libxfs: move header files
authorDave Chinner <dchinner@redhat.com>
Wed, 25 Jun 2014 04:57:36 +0000 (14:57 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 25 Jun 2014 04:57:36 +0000 (14:57 +1000)
commit84be0ffc9043f7c56044294eb775a2200452c76d
treef92ae3d2a8ddfc0c98c76c434432f42b7c14ac0d
parent69116a1317ce3d2292e062bfb1a22757b95dcd06
libxfs: move header files

Move all the header 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>
54 files changed:
fs/xfs/libxfs/xfs_ag.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_alloc.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_alloc_btree.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_attr_leaf.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_attr_remote.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_attr_sf.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_bit.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_bmap.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_bmap_btree.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_btree.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_cksum.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_da_btree.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_da_format.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_dinode.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_dir2.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_format.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_ialloc.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_ialloc_btree.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_inode_buf.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_inode_fork.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_inum.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_log_format.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_log_recover.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_quota_defs.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_shared.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_trans_resv.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_trans_space.h [new file with mode: 0644]
fs/xfs/xfs_ag.h [deleted file]
fs/xfs/xfs_alloc.h [deleted file]
fs/xfs/xfs_alloc_btree.h [deleted file]
fs/xfs/xfs_attr_leaf.h [deleted file]
fs/xfs/xfs_attr_remote.h [deleted file]
fs/xfs/xfs_attr_sf.h [deleted file]
fs/xfs/xfs_bit.h [deleted file]
fs/xfs/xfs_bmap.h [deleted file]
fs/xfs/xfs_bmap_btree.h [deleted file]
fs/xfs/xfs_btree.h [deleted file]
fs/xfs/xfs_cksum.h [deleted file]
fs/xfs/xfs_da_btree.h [deleted file]
fs/xfs/xfs_da_format.h [deleted file]
fs/xfs/xfs_dinode.h [deleted file]
fs/xfs/xfs_dir2.h [deleted file]
fs/xfs/xfs_format.h [deleted file]
fs/xfs/xfs_ialloc.h [deleted file]
fs/xfs/xfs_ialloc_btree.h [deleted file]
fs/xfs/xfs_inode_buf.h [deleted file]
fs/xfs/xfs_inode_fork.h [deleted file]
fs/xfs/xfs_inum.h [deleted file]
fs/xfs/xfs_log_format.h [deleted file]
fs/xfs/xfs_log_recover.h [deleted file]
fs/xfs/xfs_quota_defs.h [deleted file]
fs/xfs/xfs_shared.h [deleted file]
fs/xfs/xfs_trans_resv.h [deleted file]
fs/xfs/xfs_trans_space.h [deleted file]