]> git.baikalelectronics.ru Git - kernel.git/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)
commit22deee55871f19aaef9fae37485a52dc7a30b9e8
tree34d597c9f158f77cc2bc675044251aa385b4862f
parent0d4f2a4ea91472dbbfb776bb2426e8b3baa6340c
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