ext4: make ext4_mb_initialize_context return void
authorGuoqing Jiang <guoqing.jiang@linux.dev>
Fri, 2 Dec 2022 12:04:09 +0000 (20:04 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Dec 2022 02:49:25 +0000 (21:49 -0500)
commitd73eff68a8c0ea3fc626b08ea84e4cd327ccbe5f
tree1f4bd50e02960a9e4b0e898fb790f6d7e97fdc74
parenta44e84a9b7764c72896f7241a0ec9ac7e7ef38dd
ext4: make ext4_mb_initialize_context return void

Change the return type to void since it always return 0, and no need
to do the checking in ext4_mb_new_blocks.

Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Link: https://lore.kernel.org/r/20221202120409.24098-1-guoqing.jiang@linux.dev
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c