ocfs2: Check errors from ocfs2_xattr_update_xattr_search()
authorJoel Becker <joel.becker@oracle.com>
Tue, 21 Oct 2008 01:25:56 +0000 (18:25 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 10 Nov 2008 17:51:45 +0000 (09:51 -0800)
The ocfs2_xattr_update_xattr_search() function can return an error when
trying to read blocks off of disk.  The caller needs to check this error
before using those (possibly invalid) blocks.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>

No differences found