]> git.baikalelectronics.ru Git - kernel.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)
commit60e79e1c910482c1cd67864aedacb97d11b050be
tree8fe34fa35399022dcd6d8c8d6e3fdb7df1b18f9f
parent0d9ed687d4a27eeae07406077358df174ebfc2a2
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