Skip to content

Commit f368b29

Browse files
committed
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 <[email protected]> Reviewed-by: Brian Foster <[email protected]>
1 parent 8234532 commit f368b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/xfs/xfs_filestream.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "xfs_trace.h"
1919
#include "xfs_ag_resv.h"
2020
#include "xfs_trans.h"
21+
#include "xfs_filestream.h"
2122

2223
struct xfs_fstrm_item {
2324
struct xfs_mru_cache_elem mru;

0 commit comments

Comments
 (0)