From: Darrick J. Wong Date: Wed, 13 Nov 2019 04:40:00 +0000 (-0800) Subject: xfs: fix another missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f368b29ba917ac202c3901019b78f15f4d773085;p=linux.git 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 Reviewed-by: Brian Foster --- diff --git a/fs/xfs/xfs_filestream.c b/fs/xfs/xfs_filestream.c index 2ae356775f631..5f12b5d8527a9 100644 --- a/fs/xfs/xfs_filestream.c +++ b/fs/xfs/xfs_filestream.c @@ -18,6 +18,7 @@ #include "xfs_trace.h" #include "xfs_ag_resv.h" #include "xfs_trans.h" +#include "xfs_filestream.h" struct xfs_fstrm_item { struct xfs_mru_cache_elem mru;