* [PATCH] xfs: fix another missing include
@ 2019-11-13 4:45 Darrick J. Wong
2019-11-13 13:05 ` Brian Foster
0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2019-11-13 4:45 UTC (permalink / raw)
To: xfs
From: Darrick J. Wong <darrick.wong@oracle.com>
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>
---
fs/xfs/xfs_filestream.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/xfs/xfs_filestream.c b/fs/xfs/xfs_filestream.c
index 2ae356775f63..5f12b5d8527a 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;
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] xfs: fix another missing include
2019-11-13 4:45 [PATCH] xfs: fix another missing include Darrick J. Wong
@ 2019-11-13 13:05 ` Brian Foster
0 siblings, 0 replies; 2+ messages in thread
From: Brian Foster @ 2019-11-13 13:05 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: xfs
On Tue, Nov 12, 2019 at 08:45:44PM -0800, Darrick J. Wong wrote:
> From: Darrick J. Wong <darrick.wong@oracle.com>
>
> 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 | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fs/xfs/xfs_filestream.c b/fs/xfs/xfs_filestream.c
> index 2ae356775f63..5f12b5d8527a 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;
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-13 13:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-13 4:45 [PATCH] xfs: fix another missing include Darrick J. Wong
2019-11-13 13:05 ` Brian Foster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox