aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/super.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-02-12 02:58:14 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-03-20 21:29:33 -0400
commite28e832c3e1e1197873cfd0b6ce86868cf5c391d (patch)
tree8d61ab891d094e4aff36ff314d6d77ff7f8be3d4 /fs/ecryptfs/super.c
parentvfs: drop_file_write_access() made static (diff)
downloadlinux-dev-e28e832c3e1e1197873cfd0b6ce86868cf5c391d.tar.xz
linux-dev-e28e832c3e1e1197873cfd0b6ce86868cf5c391d.zip
ecryptfs: don't bother with ->drop_inode()
generic_drop_inode() is the default Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--fs/ecryptfs/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ecryptfs/super.c b/fs/ecryptfs/super.c
index cf152823bbf4..2dd946b636d2 100644
--- a/fs/ecryptfs/super.c
+++ b/fs/ecryptfs/super.c
@@ -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,