On Mon, 2007-10-01 at 14:11 +0100, David Howells wrote: > Stop the JFS filesystem from using iget() and read_inode(). Replace > jfs_read_inode() with jfs_iget(), and call that instead of iget(). > jfs_iget() then uses iget_locked() directly and returns a proper error code > instead of an inode in the event of an error. > > jfs_fill_super() returns any error incurred when getting the root inode > instead of EINVAL. > > Signed-off-by: David Howells <[EMAIL PROTECTED]>
Acked-by: Dave Kleikamp <[EMAIL PROTECTED]> > --- > > fs/jfs/inode.c | 20 ++++++++++++++++---- > fs/jfs/jfs_inode.h | 2 +- > fs/jfs/namei.c | 34 ++++++++++++++-------------------- > fs/jfs/super.c | 15 +++++++++------ > 4 files changed, 40 insertions(+), 31 deletions(-) -- David Kleikamp IBM Linux Technology Center ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Jfs-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jfs-discussion
