ext4: mballoc: make ext4_mb_use_preallocated() return type as bool
authorRitesh Harjani <riteshh@linux.ibm.com>
Sun, 10 May 2020 06:24:47 +0000 (11:54 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2020 03:16:51 +0000 (23:16 -0400)
commit4fca8f07790a62c2b3da028ae423cf4d71c1bacd
tree3cc31114527494cb9057a69d41e36627b4b540a9
parentf283529abac45d8c2b4d4b69d356cca9e6a2de43
ext4: mballoc: make ext4_mb_use_preallocated() return type as bool

Change return type of function ext4_mb_use_preallocated() to bool to
better reflect what this function can return.

There should be no functionality change in this patch.

Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/7880cb6ef911465beafefcd7e9c3ea214688744b.1589086800.git.riteshh@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c