forked from Minki/linux
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>
This commit is contained in:
parent
8234532fd4
commit
f368b29ba9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user