diff options
author | Gabriel Krisman Bertazi <krisman@suse.de> | 2024-02-21 12:14:12 -0500 |
---|---|---|
committer | Gabriel Krisman Bertazi <krisman@suse.de> | 2024-02-27 16:55:35 -0500 |
commit | 101c3fad29d7a0a90ff063b1aad586a0211911ec (patch) | |
tree | e979760af638b3cfa97491d8f062c74261000722 /include/linux/fs.h | |
parent | bc401c2900c128d3d69482769f1300502a9f0598 (diff) | |
download | lwn-101c3fad29d7a0a90ff063b1aad586a0211911ec.tar.gz lwn-101c3fad29d7a0a90ff063b1aad586a0211911ec.zip |
libfs: Drop generic_set_encrypted_ci_d_ops
No filesystems depend on it anymore, and it is generally a bad idea.
Since all dentries should have the same set of dentry operations in
case-insensitive capable filesystems, it should be propagated through
->s_d_op.
Reviewed-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20240221171412.10710-11-krisman@suse.de
Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 383c5145465f..ff1338109b54 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -3280,7 +3280,6 @@ extern int generic_file_fsync(struct file *, loff_t, loff_t, int); extern int generic_check_addressable(unsigned, u64); -extern void generic_set_encrypted_ci_d_ops(struct dentry *dentry); extern void generic_set_sb_d_ops(struct super_block *sb); static inline bool sb_has_encoding(const struct super_block *sb) |