xfs: Add xfs_fmt_local_readdir() function
commit65f99e18b36ce95bfa95a6c645a7c34e970050ab
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 28 Jul 2012 21:13:35 +0000 (28 18:13 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 28 Jul 2012 21:13:35 +0000 (28 18:13 -0300)
treec74b94eb9b4cb8c02bce56cc22fb2487aa0218ba
parent7e2035895279842297e1a4bb6e0424071ecc2814
xfs: Add xfs_fmt_local_readdir() function

Do not call xfs_fmt_local_readdir() directly. As there is a
xfs_fmt_extents_readdir() function which lists directory entries in
inodes (with format "extents") in a generic way, we can have a
xfs_fmt_local_readdir() function which lists directory entries in inodes
(with format "local") in a generic way too.

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