xfs: Move readdir functions to another source file
commit7f421798ce904cba41a04aa29a05ae8b35c90172
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 28 Jul 2012 20:03:58 +0000 (28 17:03 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 28 Jul 2012 20:03:58 +0000 (28 17:03 -0300)
tree25a7c6df57c0937cb71513284cc03934bb686b6f
parent9f463254bed88abe242adc62ce30f0bbf9ccf825
xfs: Move readdir functions to another source file

All readdir functions get bigger in size when lookup functions are added
to xfs_dir2.c accordingly, so we need to move them out to another source
file.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c
core/fs/xfs/xfs_readdir.c [new file with mode: 0644]
core/fs/xfs/xfs_readdir.h [new file with mode: 0644]