diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2023-11-10 12:46:30 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2023-11-18 16:20:33 -0500 |
commit | 641c3ef5cb68a1426d42e6d3aba16db9bdfbe94f (patch) | |
tree | 52fab1e09c4510d18ee3abadf7d29b3897ea5eb5 /scripts/gdb/linux/utils.py | |
parent | 6d73c9ce0285adff18b54a5acadfbbbf8ba40dd5 (diff) |
DCACHE_... ->d_flags bits: switch to BIT()
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>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions