summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2025-02-23 20:59:01 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2025-06-11 13:41:05 -0400
commit0b136e7d18fa8bb1251ab06f4f30e883da780245 (patch)
tree2a8c540d19638d5d62300aeed0a34fb1e4ef1da2 /include/linux/fs.h
parentfe3c5120d6e32f73b5a4be2d14cb4839ce4116e0 (diff)
kill simple_dentry_operations
No users left and anything that wants it would be better off just setting DCACHE_DONTCACHE in their ->s_d_flags. Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 65548e70e596..d58bbb8262e8 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -3606,7 +3606,6 @@ extern const struct address_space_operations ram_aops;
extern int always_delete_dentry(const struct dentry *);
extern struct inode *alloc_anon_inode(struct super_block *);
extern int simple_nosetlease(struct file *, int, struct file_lease **, void **);
-extern const struct dentry_operations simple_dentry_operations;
extern struct dentry *simple_lookup(struct inode *, struct dentry *, unsigned int flags);
extern ssize_t generic_read_dir(struct file *, char __user *, size_t, loff_t *);