diff --git a/[refs] b/[refs] index 7ff023fc5e0e..6048b250b0fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b57ce9694ec43dcb6ef6f189d6540e4b3d2c5e7a +refs/heads/master: e28e832c3e1e1197873cfd0b6ce86868cf5c391d diff --git a/trunk/fs/ecryptfs/super.c b/trunk/fs/ecryptfs/super.c index cf152823bbf4..2dd946b636d2 100644 --- a/trunk/fs/ecryptfs/super.c +++ b/trunk/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,