]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: move header includes closer to kernelspace
authorEric Sandeen <sandeen@redhat.com>
Thu, 30 Jan 2020 16:43:39 +0000 (11:43 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 30 Jan 2020 16:43:39 +0000 (11:43 -0500)
commit2cf10e4cf9e7ff203669d528dc015eb000242161
tree62e7c4e1e3cddf144fb408ec1fb05ea0f58f3995
parentdda1a0a27059ee2d7b2913ff465504d2c808d945
libxfs: move header includes closer to kernelspace

Aid application of future kernel patches which change #includes;
not all headers exist in userspace so this is not a 1:1 match, but
it brings userspace files a bit closer to kernelspace by adding all
#includes which do match, and putting them in the same order.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
17 files changed:
libxfs/xfs_ag_resv.c
libxfs/xfs_alloc.c
libxfs/xfs_alloc_btree.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_bmap.c
libxfs/xfs_btree.c
libxfs/xfs_defer.c
libxfs/xfs_dir2.c
libxfs/xfs_dquot_buf.c
libxfs/xfs_ialloc.c
libxfs/xfs_iext_tree.c
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_fork.c
libxfs/xfs_refcount.c
libxfs/xfs_refcount_btree.c
libxfs/xfs_rmap.c
libxfs/xfs_trans_resv.c