libxfs: move source files
authorDave Chinner <dchinner@redhat.com>
Wed, 25 Jun 2014 04:57:53 +0000 (14:57 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 25 Jun 2014 04:57:53 +0000 (14:57 +1000)
commit30f712c9dd69348aa51351d5cb6d366bf4fae31d
tree9b246ca3986b784d8f9f6841466dfd4c90909e47
parent84be0ffc9043f7c56044294eb775a2200452c76d
libxfs: move source files

Move all the source files that are shared with userspace into
libxfs/. This is done as one big chunk simpy to get it done
quickly

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
53 files changed:
fs/xfs/Makefile
fs/xfs/libxfs/xfs_alloc.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_alloc_btree.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_attr.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_attr_leaf.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_attr_remote.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_bmap.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_bmap_btree.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_btree.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_da_btree.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_da_format.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_dir2.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_dir2_block.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_dir2_data.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_dir2_leaf.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_dir2_node.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_dir2_priv.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_dir2_sf.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_dquot_buf.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_ialloc.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_ialloc_btree.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_inode_buf.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_inode_fork.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_log_rlimit.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_rtbitmap.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_symlink_remote.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_trans_resv.c [new file with mode: 0644]
fs/xfs/xfs_alloc.c [deleted file]
fs/xfs/xfs_alloc_btree.c [deleted file]
fs/xfs/xfs_attr.c [deleted file]
fs/xfs/xfs_attr_leaf.c [deleted file]
fs/xfs/xfs_attr_remote.c [deleted file]
fs/xfs/xfs_bmap.c [deleted file]
fs/xfs/xfs_bmap_btree.c [deleted file]
fs/xfs/xfs_btree.c [deleted file]
fs/xfs/xfs_da_btree.c [deleted file]
fs/xfs/xfs_da_format.c [deleted file]
fs/xfs/xfs_dir2.c [deleted file]
fs/xfs/xfs_dir2_block.c [deleted file]
fs/xfs/xfs_dir2_data.c [deleted file]
fs/xfs/xfs_dir2_leaf.c [deleted file]
fs/xfs/xfs_dir2_node.c [deleted file]
fs/xfs/xfs_dir2_priv.h [deleted file]
fs/xfs/xfs_dir2_sf.c [deleted file]
fs/xfs/xfs_dquot_buf.c [deleted file]
fs/xfs/xfs_ialloc.c [deleted file]
fs/xfs/xfs_ialloc_btree.c [deleted file]
fs/xfs/xfs_inode_buf.c [deleted file]
fs/xfs/xfs_inode_fork.c [deleted file]
fs/xfs/xfs_log_rlimit.c [deleted file]
fs/xfs/xfs_rtbitmap.c [deleted file]
fs/xfs/xfs_symlink_remote.c [deleted file]
fs/xfs/xfs_trans_resv.c [deleted file]