From: Joel Becker Date: Tue, 21 Oct 2008 01:43:07 +0000 (-0700) Subject: ocfs2: Don't repeat ocfs2_xattr_block_find() X-Git-Tag: v2.6.28-rc5~82^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f443f4e7265a1333886dbace31cb6eb1991c72;p=pandora-kernel.git ocfs2: Don't repeat ocfs2_xattr_block_find() ocfs2_xattr_block_get() looks up the xattr in a startlingly familiar way; it's identical to the function ocfs2_xattr_block_find(). Let's just use the later in the former. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed