]> git.baikalelectronics.ru Git - 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)
commit22906d0162cfa6a574bff04f8ea948de9329bb0c
tree341e1afd3334164ae8b368da12b266ea63be5b3c
parentf9f834a893b490c436470f21f90280fe5854c753
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