xfs: Add xfs_fmt_local_find_entry() function
commit7e2035895279842297e1a4bb6e0424071ecc2814
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 28 Jul 2012 20:21:10 +0000 (28 17:21 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 28 Jul 2012 21:10:19 +0000 (28 18:10 -0300)
tree0baffd031a9cac9ad249ae80d65692e314e49a70
parent7f421798ce904cba41a04aa29a05ae8b35c90172
xfs: Add xfs_fmt_local_find_entry() function

Do not call xfs_dir2_local_find_entry() directly. As there is a
xfs_fmt_extents_find_entry() which lookups entries in inodes (with format
"extents") in a generic way, we can have a xfs_fmt_local_find_entry()
function which lookups entries in inodes (with format "local") in a
generic way too.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c