]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ext4: use BIT() macro for BH_** state bits
authorRitesh Harjani <riteshh@linux.ibm.com>
Sun, 10 May 2020 06:24:51 +0000 (11:54 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2020 03:16:52 +0000 (23:16 -0400)
commit6db074618969dc6fac4978e8043945fd440b310a
tree341e1afd3334164ae8b368da12b266ea63be5b3c
parent9bee5779ee26d6debc84e0f1e4e54daa93f13ebc
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>
fs/ext4/ext4.h
fs/ext4/inode.c