diff options
author | 2024-09-14 00:37:03 +0200 | |
---|---|---|
committer | 2024-11-05 12:39:28 +0100 | |
commit | c79ba4be351a06e0ac4c51143a83023bb37888d6 (patch) | |
tree | 8f072c7b41de09871ea0c76fab293060daae9dfc /scripts/lib/kdoc/kdoc_files.py | |
parent | gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE (diff) | |
download | wireguard-linux-c79ba4be351a06e0ac4c51143a83023bb37888d6.tar.xz wireguard-linux-c79ba4be351a06e0ac4c51143a83023bb37888d6.zip |
gfs2: Rename dinode_demise to evict_behavior
Rename enum dinode_demise to evict_behavior and its items
SHOULD_DELETE_DINODE to EVICT_SHOULD_DELETE,
SHOULD_NOT_DELETE_DINODE to EVICT_SHOULD_SKIP_DELETE, and
SHOULD_DEFER_EVICTION to EVICT_SHOULD_DEFER_DELETE.
In gfs2_evict_inode(), add a separate variable of type enum
evict_behavior instead of implicitly casting to int.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions