mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 20:48:49 +08:00
ecryptfs: don't bother with ->drop_inode()
generic_drop_inode() is the default Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
b57ce9694e
commit
e28e832c3e
@ -184,7 +184,6 @@ static int ecryptfs_show_options(struct seq_file *m, struct dentry *root)
|
||||
const struct super_operations ecryptfs_sops = {
|
||||
.alloc_inode = ecryptfs_alloc_inode,
|
||||
.destroy_inode = ecryptfs_destroy_inode,
|
||||
.drop_inode = generic_drop_inode,
|
||||
.statfs = ecryptfs_statfs,
|
||||
.remount_fs = NULL,
|
||||
.evict_inode = ecryptfs_evict_inode,
|
||||
|
Loading…
Reference in New Issue
Block a user