]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
DCACHE_COOKIE: RIP
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 10 Nov 2023 17:50:29 +0000 (12:50 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Nov 2023 21:20:38 +0000 (16:20 -0500)
the last user gone in 2021...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/dcache.h

index d9c314cc93b82fb41a095cc170c9f49c40a4ec0d..92c0b2a1ae2eb1e1fba05abccdfacf654b903458 100644 (file)
@@ -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 */