xfs: Move dir2 functions to another source file
commit0cda442ceb7ed3725ab47204426bbe26f16f10f9
authorPaulo Alcantara <pcacjr@zytor.com>
Sat, 28 Jul 2012 19:38:38 +0000 (28 16:38 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 28 Jul 2012 19:38:38 +0000 (28 16:38 -0300)
tree6941241cef32bd785c7842cc2e7b5aa938496953
parent6b8e57b0475bd2f2734ae83c8d4e5de669f3e3f1
xfs: Move dir2 functions to another source file

Since xfs.c source file has growed up in size significatively, it would
be better to move the dir2 functions (which are big ones) out to another
source file.

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