summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>2004-05-10 02:13:18 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-10 02:13:18 -0700
commitfec95414a1bf1939b1b22ceca6b033be7ccb2d1d (patch)
tree855689a83aefcda155fa7fbb63f88c4bf2436e6b /include
parent1ce351789ad5ea21ff9a9d451cc3b3e292cce425 (diff)
[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.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions