From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Mon, 18 Feb 2008 11:15:24 +0000 Subject: [Cluster-devel] Re: [2.6 patch] gfs2/ops_file.c should #include "ops_inode.h" In-Reply-To: <20080217081712.GF3848@cs181133002.pp.htv.fi> References: <20080217081712.GF3848@cs181133002.pp.htv.fi> Message-ID: <1203333324.9635.3.camel@localhost.localdomain> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 > > --- > 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 >