projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8234532
)
xfs: fix another missing include
author
Darrick J. Wong
<darrick.wong@oracle.com>
Wed, 13 Nov 2019 04:40:00 +0000
(20:40 -0800)
committer
Darrick J. Wong
<darrick.wong@oracle.com>
Thu, 14 Nov 2019 02:22:41 +0000
(18:22 -0800)
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
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_filestream.c
b/fs/xfs/xfs_filestream.c
index 2ae356775f63120ee67907af7b842ef12646c611..5f12b5d8527a93d9a0fc50764dfa2dde138bd1c7 100644
(file)
--- 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;