aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorEric Biggers <[email protected]>2021-01-12 11:02:53 -0800
committerJan Kara <[email protected]>2021-01-13 17:27:13 +0100
commited296c6c05b0ac52d7c6bf13a90f02b8b8222169 (patch)
treed5d0a282d2a2f421fad8a050c58a5b67ad99898f /scripts/gdb/linux/tasks.py
parent3aac630b5ce18b0a7e34cb35cdd99fcc508edc92 (diff)
ext4: simplify i_state checks in __ext4_update_other_inode_time()
Since I_DIRTY_TIME and I_DIRTY_INODE are mutually exclusive in i_state, there's no need to check for I_DIRTY_TIME && !I_DIRTY_INODE. Just check for I_DIRTY_TIME. Also introduce a helper function in include/linux/fs.h to do this check. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Eric Biggers <[email protected]> Signed-off-by: Jan Kara <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions