]> Pileus Git - ~andy/linux/commit
ntfs: remove references to long gone super operations and unimplemented methods
authorFernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Mon, 30 Jul 2012 21:39:10 +0000 (14:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:11 +0000 (17:25 -0700)
commit32b4560b04af6e4fee241ea6de6db780eaf354f2
tree34d597c9f158f77cc2bc675044251aa385b4862f
parentf1fd75bfa07822b1de314062baff3280419a8bf4
ntfs: remove references to long gone super operations and unimplemented methods

->delete_inode(), ->write_super_lockfs(), ->unlockfs() are gone so remove
refereces to them in the NTFS code.  Remove unnecessary comments about
unimplemented methods while at it (suggested by Christoph Hellwig).

Noticed while cleaning up the fsfreeze mess.

Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Cc: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ntfs/super.c