aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */