From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Date: Tue, 13 Jan 2009 13:31:40 -0800 Subject: [Cluster-devel] Re: linux-next: Tree for January 13 (gfs2 build error) In-Reply-To: <20090113175145.cdfa9c6a.sfr@canb.auug.org.au> References: <20090113175145.cdfa9c6a.sfr@canb.auug.org.au> Message-ID: <496D083C.3060109@oracle.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Stephen Rothwell wrote: > Hi all, > > Today, I merged the updates to Linus' and the powerpc trees that happened > during the day. > > Changes since 20090112: When CONFIG_FILE_LOCKING=n, this construct: .setlease = generic_setlease, refers to a macro, not a function, so the address of it fails with: fs/gfs2/ops_file.c:746: error: 'generic_ setlease' undeclared here (not in a function) -- ~Randy