]> 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)
commit5a37aa448c9c2bdef8670c704b3fb3ae81d9e0e5
tree34d597c9f158f77cc2bc675044251aa385b4862f
parente84fdca1a0142720c6f20bc1c81692199d16ee07
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