From: Ryusuke Konishi Date: Sat, 22 Aug 2009 10:10:07 +0000 (+0900) Subject: nilfs2: fix ignored error code in __nilfs_read_inode() X-Git-Tag: v2.6.32-rc1~700^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2f5a641bca91966fd91dc489238068a0ab4b69;p=pandora-kernel.git 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 --- Reading git-diff-tree failed