Files
android_kernel_xiaomi_sm8450/fs
Chandan Rajendra 69e43e8cc9 ext4: fix mballoc breakage with 64k block size
'border' variable is set to a value of 2 times the block size of the
underlying filesystem. With 64k block size, the resulting value won't
fit into a 16-bit variable. Hence this commit changes the data type of
'border' to 'unsigned int'.

Fixes: c9de560ded
Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Cc: stable@vger.kernel.org
2016-11-14 21:04:37 -05:00
..
2016-10-18 12:30:32 +02:00
2016-05-20 17:58:30 -07:00
2016-10-24 14:50:07 -04:00
2016-10-31 14:42:14 +01:00
2016-09-27 21:20:53 -04:00
2016-06-07 22:07:09 -04:00
2016-11-10 10:26:50 +11:00
2016-09-27 18:47:38 -04:00
2016-06-21 09:23:11 +10:00
2016-07-26 16:19:19 -07:00