commit | 1f3a437fa027c75b26a64e2e71d7c374ff70f866 | [log] [tgz] |
---|---|---|
author | Eric Ren <[email protected]> | Thu May 26 15:16:16 2016 -0700 |
committer | Linus Torvalds <[email protected]> | Thu May 26 15:35:44 2016 -0700 |
tree | 7c0764d7a80886cd484e158ce17910e2c81bb338 | |
parent | d96c84f8d27ce57ff08f12b9654d9f505a8cce6e [diff] |
ocfs2: fix improper handling of return errno Previously, if a bad inode was found in ocfs2_iget(), -ESTALE was returned back to the caller anyway. Since commit d2b9d71a2da7 ("ocfs2: check/fix inode block for online file check") can handle with return value from ocfs2_read_locked_inode() now, we know the exact errno returned for us. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Eric Ren <[email protected]> Reviewed-by: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Junxiao Bi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>