summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2023-11-10 20:50:29 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2023-11-19 00:20:38 +0300
commit0bec65a80f1b1ebcda05286e539a204713b70353 (patch)
tree6be5da18f6ee43f7a304d4d32f68b984c089349c /include/linux/dcache.h
parent641c3ef5cb68a1426d42e6d3aba16db9bdfbe94f (diff)
downloadlinux-0bec65a80f1b1ebcda05286e539a204713b70353.tar.xz
DCACHE_COOKIE: RIP
the last user gone in 2021... 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 d9c314cc93b8..92c0b2a1ae2e 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -181,7 +181,6 @@ struct dentry_operations {
#define DCACHE_NFSFS_RENAMED BIT(12)
/* this dentry has been "silly renamed" and has to be deleted on the last
* dput() */
-#define DCACHE_COOKIE BIT(13) /* For use by dcookie subsystem */
#define DCACHE_FSNOTIFY_PARENT_WATCHED BIT(14)
/* Parent inode is watched by some fsnotify listener */