]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1f440cb3b84e82a54c6faa1931b67dc9892fb6cd
tree677127768584fab58cde6ea4a6268cab2fb2c3c7
parentcfe3771812b3958eff0bf2d82f5d521a735476e2
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