diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2023-11-10 20:50:29 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2023-11-19 00:20:38 +0300 |
commit | 0bec65a80f1b1ebcda05286e539a204713b70353 (patch) | |
tree | 6be5da18f6ee43f7a304d4d32f68b984c089349c /include/linux/dcache.h | |
parent | 641c3ef5cb68a1426d42e6d3aba16db9bdfbe94f (diff) | |
download | linux-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.h | 1 |
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 */ |