commit | 54f443f4e7265a1333886dbace31cb6eb1991c72 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Mon Oct 20 18:43:07 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Nov 10 09:51:46 2008 -0800 |
tree | 8fe34fa35399022dcd6d8c8d6e3fdb7df1b18f9f | |
parent | eb6ff2397d1fdfc6a7629c99896338e5b5c508e5 [diff] |
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>