aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorChandan Rajendra <chandan@linux.vnet.ibm.com>2016-11-14 21:04:37 -0500
committerMister Oyster <oysterized@gmail.com>2017-05-29 03:52:17 +0200
commit4811d02ce14413e38438c0fff25b6cc8b99c1c48 (patch)
treed88e8af3549a22a6318f2da2d09d94501a374969 /include/linux/platform_data
parent5058951c3ba7cec7df74ddec44c7281ae6ee136f (diff)
ext4: fix mballoc breakage with 64k block size
[ Upstream commit 69e43e8cc971a79dd1ee5d4343d8e63f82725123 ] '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: c9de560ded61f 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 Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions