OSDN Git Service

xfs: fix missing header includes
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 7 Nov 2019 01:19:33 +0000 (17:19 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 7 Nov 2019 21:00:53 +0000 (13:00 -0800)
commit5f213ddbcbe86577f517437ef0ecb4ef3bcc3434
tree677127768584fab58cde6ea4a6268cab2fb2c3c7
parent5d1116d4c6af3e580f1ed0382ca5a94bd65a34cf
xfs: fix missing header includes

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>
fs/xfs/libxfs/xfs_ag_resv.c
fs/xfs/libxfs/xfs_attr_remote.c
fs/xfs/libxfs/xfs_bit.c
fs/xfs/libxfs/xfs_sb.c
fs/xfs/scrub/health.c
fs/xfs/scrub/scrub.c
fs/xfs/xfs_acl.c
fs/xfs/xfs_discard.c
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_symlink.c
fs/xfs/xfs_xattr.c