From: Al Viro Date: Sun, 12 Feb 2012 07:58:14 +0000 (-0500) Subject: ecryptfs: don't bother with ->drop_inode() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e28e832c3e1e1197873cfd0b6ce86868cf5c391d;p=mv-sheeva.git ecryptfs: don't bother with ->drop_inode() generic_drop_inode() is the default Signed-off-by: Al Viro --- diff --git a/fs/ecryptfs/super.c b/fs/ecryptfs/super.c index cf152823bbf..2dd946b636d 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,