* [2.6 patch] gfs2/ops_file.c should #include "ops_inode.h"
@ 2008-02-17 8:17 Adrian Bunk
2008-02-18 11:15 ` Steven Whitehouse
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-02-17 8:17 UTC (permalink / raw)
To: swhiteho; +Cc: cluster-devel, linux-kernel
Every file should include the headers containing the prototypes for
its global functions (in this case for gfs2_set_inode_flags()).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
34f925ebad8d18c4061536e275e33e888f827fd6 diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c
index f4842f2..64fd81c 100644
--- a/fs/gfs2/ops_file.c
+++ b/fs/gfs2/ops_file.c
@@ -39,6 +39,7 @@
#include "util.h"
#include "eaops.h"
#include "ops_address.h"
+#include "ops_inode.h"
/**
* gfs2_llseek - seek to a location in a file
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] gfs2/ops_file.c should #include "ops_inode.h"
2008-02-17 8:17 [2.6 patch] gfs2/ops_file.c should #include "ops_inode.h" Adrian Bunk
@ 2008-02-18 11:15 ` Steven Whitehouse
0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2008-02-18 11:15 UTC (permalink / raw)
To: Adrian Bunk; +Cc: cluster-devel, linux-kernel
Hi,
Now in the GFS2 -nmw git tree. Thanks,
Steve.
On Sun, 2008-02-17 at 10:17 +0200, Adrian Bunk wrote:
> Every file should include the headers containing the prototypes for
> its global functions (in this case for gfs2_set_inode_flags()).
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> ---
> 34f925ebad8d18c4061536e275e33e888f827fd6 diff --git a/fs/gfs2/ops_file.c b/fs/gfs2/ops_file.c
> index f4842f2..64fd81c 100644
> --- a/fs/gfs2/ops_file.c
> +++ b/fs/gfs2/ops_file.c
> @@ -39,6 +39,7 @@
> #include "util.h"
> #include "eaops.h"
> #include "ops_address.h"
> +#include "ops_inode.h"
>
> /**
> * gfs2_llseek - seek to a location in a file
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-18 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-17 8:17 [2.6 patch] gfs2/ops_file.c should #include "ops_inode.h" Adrian Bunk
2008-02-18 11:15 ` Steven Whitehouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome