]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit03f6b5fc291528529c041422ce2eed9f58e9cc40
tree3cc31114527494cb9057a69d41e36627b4b540a9
parent5750f63a3db49ee11d0a8b92eb82864ef1465e53
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