Hi Fernando, On Wed, 04 Jul 2012 19:10:36 +0900, Fernando Luis Vazquez Cao wrote: > Subject: NILFS2: remove references to long gone super operations > > From: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> > > ->delete_inode(), ->write_super_lockfs(), ->unlockfs() are gone so remove > refereces to them in the NTFS code. Noticed while cleaning up the fsfreeze > mess. > > Signed-off-by: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> Thanks. I'll grab this up. Ryusuke Konishi > --- > > diff -urNp linux-3.5-rc5-orig/fs/nilfs2/super.c linux-3.5-rc5/fs/nilfs2/super.c > --- linux-3.5-rc5-orig/fs/nilfs2/super.c 2012-05-21 07:29:13.000000000 +0900 > +++ linux-3.5-rc5/fs/nilfs2/super.c 2012-07-04 19:04:48.863112670 +0900 > @@ -677,7 +677,6 @@ static const struct super_operations nil > .destroy_inode = nilfs_destroy_inode, > .dirty_inode = nilfs_dirty_inode, > /* .write_inode = nilfs_write_inode, */ > - /* .put_inode = nilfs_put_inode, */ > /* .drop_inode = nilfs_drop_inode, */ > .evict_inode = nilfs_evict_inode, > .put_super = nilfs_put_super, > @@ -685,8 +684,6 @@ static const struct super_operations nil > .sync_fs = nilfs_sync_fs, > .freeze_fs = nilfs_freeze, > .unfreeze_fs = nilfs_unfreeze, > - /* .write_super_lockfs */ > - /* .unlockfs */ > .statfs = nilfs_statfs, > .remount_fs = nilfs_remount, > /* .umount_begin */ -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html