]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: change the type of blocksize in ext4_mb_init_cache()
authorLu Hongfei <luhongfei@vivo.com>
Fri, 7 Jul 2023 10:55:16 +0000 (18:55 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 27 Aug 2023 15:27:12 +0000 (11:27 -0400)
commit89cadf6e22a958014d09c901caf0cd2105780dbe
tree1c11d019ceb500dcc312396e6035563c9942bf24
parent1524773425ae8113b0b782886366e68656b34e53
ext4: change the type of blocksize in ext4_mb_init_cache()

The return value type of i_blocksize() is 'unsigned int', so the
type of blocksize has been modified from 'int' to 'unsigned int'
to ensure data type consistency.

Signed-off-by: Lu Hongfei <luhongfei@vivo.com>
Link: https://lore.kernel.org/r/20230707105516.9156-1-luhongfei@vivo.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c