]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: fix missing header includes
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 22 Jan 2020 16:29:40 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:40 +0000 (11:29 -0500)
commit43be641ec049d4ff2a7f7b7b49f880f27bc7340b
tree508f2732249d45e76b59c628ad9abc7e9a342e65
parent3af5535c24d13160b3a05d34569affaae2f0e941
xfs: fix missing header includes

Source kernel commit: 5f213ddbcbe86577f517437ef0ecb4ef3bcc3434

Some of the xfs source files are missing header includes, so add them
back.  Sparse complains about non-static functions that don't have a
forward declaration anywhere.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_ag_resv.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bit.c
libxfs/xfs_sb.c