Skip to content
Commit 1b2f5a64 authored by Ryusuke Konishi's avatar Ryusuke Konishi
Browse files

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: default avatarRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
parent 74fca6a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment