commit | 1b2f5a641bca91966fd91dc489238068a0ab4b69 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Aug 22 19:10:07 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Sep 14 18:27:12 2009 +0900 |
tree | 85ab9020e9628d43ffabc6ab354efcf6ea1ef3d2 | |
parent | 74fca6a42863ffacaf7ba6f1936a9f228950f657 [diff] |
nilfs2: fix ignored error code in __nilfs_read_inode() The __nilfs_read_inode function is ignoring the error code returned from nilfs_read_inode_common(), and wrongly delivers a success code (zero) when it escapes from the function in erroneous cases. This adds the missing error handling. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>