xfs: Implement xfs_readdir_dir2_node() function
commit9dda198676c8444b2d3a82dd167d1d81f46c284e
authorPaulo Alcantara <pcacjr@zytor.com>
Sun, 29 Jul 2012 20:31:48 +0000 (29 17:31 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sun, 29 Jul 2012 20:31:48 +0000 (29 17:31 -0300)
treef501914ea110dff4ce87299ea3acd1beedfcb08f
parent7997877811d9ce99efed65604bba2bae91332c79
xfs: Implement xfs_readdir_dir2_node() function

Now, xfs_readdir filesystem op will be able to list directory entries
from node directories.

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