aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2
diff options
context:
space:
mode:
authorFernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>2012-07-30 17:42:03 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-07-30 20:25:19 -0400
commit278038ac53c6c4f53d1d34f978beb9aba1410b2c (patch)
tree2faaf44f65044d5965e9931bca334add4e6e9eb4 /fs/nilfs2
parent6b0f3393e38584ec22bab62fe01df58ae5a73ee7 (diff)
nilfs2: remove references to long gone super operations
->delete_inode(), ->write_super_lockfs(), ->unlockfs() are gone so remove references to them in the NTFS code. Noticed while cleaning up the fsfreeze mess. Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/nilfs2')
-rw-r--r--fs/nilfs2/super.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
index d57c42f974ea..a76d6ea51ffb 100644
--- a/fs/nilfs2/super.c
+++ b/fs/nilfs2/super.c
@@ -677,7 +677,6 @@ static const struct super_operations nilfs_sops = {
677 .destroy_inode = nilfs_destroy_inode, 677 .destroy_inode = nilfs_destroy_inode,
678 .dirty_inode = nilfs_dirty_inode, 678 .dirty_inode = nilfs_dirty_inode,
679 /* .write_inode = nilfs_write_inode, */ 679 /* .write_inode = nilfs_write_inode, */
680 /* .put_inode = nilfs_put_inode, */
681 /* .drop_inode = nilfs_drop_inode, */ 680 /* .drop_inode = nilfs_drop_inode, */
682 .evict_inode = nilfs_evict_inode, 681 .evict_inode = nilfs_evict_inode,
683 .put_super = nilfs_put_super, 682 .put_super = nilfs_put_super,
@@ -685,8 +684,6 @@ static const struct super_operations nilfs_sops = {
685 .sync_fs = nilfs_sync_fs, 684 .sync_fs = nilfs_sync_fs,
686 .freeze_fs = nilfs_freeze, 685 .freeze_fs = nilfs_freeze,
687 .unfreeze_fs = nilfs_unfreeze, 686 .unfreeze_fs = nilfs_unfreeze,
688 /* .write_super_lockfs */
689 /* .unlockfs */
690 .statfs = nilfs_statfs, 687 .statfs = nilfs_statfs,
691 .remount_fs = nilfs_remount, 688 .remount_fs = nilfs_remount,
692 /* .umount_begin */ 689 /* .umount_begin */