Home
last modified time | relevance | path

Searched hist:"1 d1fe1ee02b9ac2660995b10e35dd41448fef011" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dresize.cdiff 1d1fe1ee02b9ac2660995b10e35dd41448fef011 Thu Feb 07 09:15:37 CET 2008 David Howells <dhowells@redhat.com> iget: stop EXT4 from using iget() and read_inode()

Stop the EXT4 filesystem from using iget() and read_inode(). Replace
ext4_read_inode() with ext4_iget(), and call that instead of iget().
ext4_iget() then uses iget_locked() directly and returns a proper error code
instead of an inode in the event of an error.

ext4_fill_super() returns any error incurred when getting the root inode
instead of EINVAL.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: "Theodore Ts'o" <tytso@mit.edu>
Acked-by: Jan Kara <jack@suse.cz>
Cc: <linux-ext4@vger.kernel.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>