diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-02-12 02:58:14 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-20 21:29:33 -0400 |
commit | e28e832c3e1e1197873cfd0b6ce86868cf5c391d (patch) | |
tree | 8d61ab891d094e4aff36ff314d6d77ff7f8be3d4 /fs/ecryptfs/super.c | |
parent | b57ce9694ec43dcb6ef6f189d6540e4b3d2c5e7a (diff) |
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 'fs/ecryptfs/super.c')
-rw-r--r-- | fs/ecryptfs/super.c | 1 |
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) | |||
184 | const struct super_operations ecryptfs_sops = { | 184 | const struct super_operations ecryptfs_sops = { |
185 | .alloc_inode = ecryptfs_alloc_inode, | 185 | .alloc_inode = ecryptfs_alloc_inode, |
186 | .destroy_inode = ecryptfs_destroy_inode, | 186 | .destroy_inode = ecryptfs_destroy_inode, |
187 | .drop_inode = generic_drop_inode, | ||
188 | .statfs = ecryptfs_statfs, | 187 | .statfs = ecryptfs_statfs, |
189 | .remount_fs = NULL, | 188 | .remount_fs = NULL, |
190 | .evict_inode = ecryptfs_evict_inode, | 189 | .evict_inode = ecryptfs_evict_inode, |