]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Don't repeat ocfs2_xattr_block_find()
authorJoel Becker <joel.becker@oracle.com>
Tue, 21 Oct 2008 01:43:07 +0000 (18:43 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 10 Nov 2008 17:51:46 +0000 (09:51 -0800)
commit54f443f4e7265a1333886dbace31cb6eb1991c72
tree8fe34fa35399022dcd6d8c8d6e3fdb7df1b18f9f
parenteb6ff2397d1fdfc6a7629c99896338e5b5c508e5
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 <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c