[PATCH] ntfs cleanup
commitfec95414a1bf1939b1b22ceca6b033be7ccb2d1d
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Mon, 10 May 2004 09:13:18 +0000 (10 02:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 10 May 2004 09:13:18 +0000 (10 02:13 -0700)
tree855689a83aefcda155fa7fbb63f88c4bf2436e6b
parent1ce351789ad5ea21ff9a9d451cc3b3e292cce425
[PATCH] ntfs cleanup

ntfs_fill_super() and ntfs_read_inode_mount() cleaned up.  Removed
the kludges around the first iget() on NTFS.  Instead of playing with
(re)setting ->s_op we have the MFT_FILE inode set up by explicit new_inode()/
set ->i_ino/insert_inode_hash()/call ntfs_read_inode_mount() directly.
That kills the need of second super_operations and it allows to return
error from ntfs_read_inode_mount() without resorting to ugly "poisoning"
tricks.
fs/ntfs/inode.c
fs/ntfs/inode.h
fs/ntfs/ntfs.h
fs/ntfs/super.c