From: Joel Becker Date: Tue, 21 Oct 2008 01:25:56 +0000 (-0700) Subject: ocfs2: Check errors from ocfs2_xattr_update_xattr_search() X-Git-Tag: v2.6.28-rc5~82^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd60bd37ade4321ecce4ed4442f68c88febd76d5;p=pandora-kernel.git ocfs2: Check errors from ocfs2_xattr_update_xattr_search() 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 Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed