Subject: NTFS: 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> --- diff -urNp linux-3.5-rc5-orig/fs/ntfs/super.c linux-3.5-rc5/fs/ntfs/super.c --- linux-3.5-rc5-orig/fs/ntfs/super.c 2012-05-21 07:29:13.000000000 +0900 +++ linux-3.5-rc5/fs/ntfs/super.c 2012-07-04 18:31:03.504956306 +0900 @@ -2670,14 +2670,9 @@ static const struct super_operations ntf // NOTE: The inode lock is // held. See fs/inode.c:: // generic_drop_inode(). */ - //.delete_inode = NULL, /* VFS: Delete inode from disk. - // Called when i_count becomes - // 0 and i_nlink is also 0. */ //.write_super = NULL, /* Flush dirty super block to // disk. */ //.sync_fs = NULL, /* ? */ - //.write_super_lockfs = NULL, /* ? */ - //.unlockfs = NULL, /* ? */ #endif /* NTFS_RW */ .put_super = ntfs_put_super, /* Syscall: umount. */ .statfs = ntfs_statfs, /* Syscall: statfs */