commit | 4fca8f07790a62c2b3da028ae423cf4d71c1bacd | [log] [tgz] |
---|---|---|
author | Ritesh Harjani <riteshh@linux.ibm.com> | Sun May 10 11:54:47 2020 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 03 23:16:51 2020 -0400 |
tree | 3cc31114527494cb9057a69d41e36627b4b540a9 | |
parent | f283529abac45d8c2b4d4b69d356cca9e6a2de43 [diff] |
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>