commit | 6db074618969dc6fac4978e8043945fd440b310a | [log] [tgz] |
---|---|---|
author | Ritesh Harjani <riteshh@linux.ibm.com> | Sun May 10 11:54:51 2020 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 03 23:16:52 2020 -0400 |
tree | 341e1afd3334164ae8b368da12b266ea63be5b3c | |
parent | 9bee5779ee26d6debc84e0f1e4e54daa93f13ebc [diff] |
ext4: use BIT() macro for BH_** state bits Simply use BIT() macro for all BH_** state bits instead of open coding it. There should be no functionality change in this patch. Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com> Link: https://lore.kernel.org/r/57667689f51a3f9dba2fcef7d3425187fa3ba69f.1589086800.git.riteshh@linux.ibm.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>