summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2023-11-13 05:38:48 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2023-11-25 10:50:19 +0300
commit57851607326a2beef21e67f83f4f53a90df8445a (patch)
treee5aa56f0c5ab991ea2ef1ed036d61403f8f2c54f /include/linux/dcache.h
parent8a54b38f3e5ced6cc4b246b8e54bd0f50deceaa8 (diff)
downloadlinux-57851607326a2beef21e67f83f4f53a90df8445a.tar.xz
get rid of DCACHE_GENOCIDE
... now that we never call d_genocide() other than from kill_litter_super() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index b4324d47f249..981f529c6cb5 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -173,7 +173,6 @@ struct dentry_operations {
#define DCACHE_DONTCACHE BIT(7) /* Purge from memory on final dput() */
#define DCACHE_CANT_MOUNT BIT(8)
-#define DCACHE_GENOCIDE BIT(9)
#define DCACHE_SHRINK_LIST BIT(10)
#define DCACHE_OP_WEAK_REVALIDATE BIT(11)