diff options
| -rw-r--r-- | fs/afs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/afs/super.c b/fs/afs/super.c index 579af632c8e8..370cecc910db 100644 --- a/fs/afs/super.c +++ b/fs/afs/super.c | |||
| @@ -47,7 +47,6 @@ struct file_system_type afs_fs_type = { | |||
| 47 | static const struct super_operations afs_super_ops = { | 47 | static const struct super_operations afs_super_ops = { |
| 48 | .statfs = afs_statfs, | 48 | .statfs = afs_statfs, |
| 49 | .alloc_inode = afs_alloc_inode, | 49 | .alloc_inode = afs_alloc_inode, |
| 50 | .drop_inode = generic_delete_inode, | ||
| 51 | .write_inode = afs_write_inode, | 50 | .write_inode = afs_write_inode, |
| 52 | .destroy_inode = afs_destroy_inode, | 51 | .destroy_inode = afs_destroy_inode, |
| 53 | .clear_inode = afs_clear_inode, | 52 | .clear_inode = afs_clear_inode, |
