xfs: fix another missing include
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 13 Nov 2019 04:40:00 +0000 (20:40 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 14 Nov 2019 02:22:41 +0000 (18:22 -0800)
commitf368b29ba917ac202c3901019b78f15f4d773085
tree1e431cc784402909df26a59ad8ddcf37402346f9
parent8234532fd4006266c2e5a4cb1cd98925fb9f3a4b
xfs: fix another missing include

Fix missing include of xfs_filestream.h in xfs_filestream.c so that we
actually check the function declarations against the definitions.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_filestream.c