diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2024-09-14 01:37:03 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2024-11-05 14:39:28 +0300 |
commit | c79ba4be351a06e0ac4c51143a83023bb37888d6 (patch) | |
tree | 8f072c7b41de09871ea0c76fab293060daae9dfc /rust/helpers/helpers.c | |
parent | 9fb794aac6ddd08a9c4982372250f06137696e90 (diff) | |
download | linux-c79ba4be351a06e0ac4c51143a83023bb37888d6.tar.xz |
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 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions