git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fca6a
)
nilfs2: fix ignored error code in __nilfs_read_inode()
author
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Sat, 22 Aug 2009 10:10:07 +0000
(19:10 +0900)
committer
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Mon, 14 Sep 2009 09:27:12 +0000
(18:27 +0900)
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>
No differences found