-
Al Viro authored
For bits 20..22 (inode type cached in ->d_flags) turn the definitions into expressions like (5 << 20); everything else turns into straight use of BIT() Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
641c3ef5
For bits 20..22 (inode type cached in ->d_flags) turn the definitions into
expressions like (5 << 20); everything else turns into straight use of
BIT()
Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>