login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
4
Re: linux-next: Tree for March 25 (ocfs2 build)
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Randy Dunlap <randy.dunlap@...>
To: Mark Fasheh <mfasheh@...>
Cc: Stephen Rothwell <sfr@...>, <linux-next@...>, LKML <linux-kernel@...>, <joel.becker@...>
Subject:
Re: linux-next: Tree for March 25 (ocfs2 build)
Date: Friday, April 4, 2008 - 3:56 pm
Mark Fasheh wrote:
quoted text
> On Tue, Mar 25, 2008 at 02:39:02PM -0700, Randy Dunlap wrote: >> ocfs2 link/build problem with >> CONFIG_OCFS2_FS=y >> CONFIG_OCFS2_FS_O2CB=m >> >> ERROR: "dlmunlock" [fs/ocfs2/ocfs2_stack_o2cb.ko] undefined! >> ERROR: "dlm_setup_eviction_cb" [fs/ocfs2/ocfs2_stack_o2cb.ko] undefined! >> ERROR: "dlm_register_eviction_cb" [fs/ocfs2/ocfs2_stack_o2cb.ko] undefined! >> ERROR: "dlm_register_domain" [fs/ocfs2/ocfs2_stack_o2cb.ko] undefined! >> ERROR: "dlm_unregister_domain" [fs/ocfs2/ocfs2_stack_o2cb.ko] undefined! >> ERROR: "dlm_unregister_eviction_cb" [fs/ocfs2/ocfs2_stack_o2cb.ko] undefined! >> ERROR: "dlmlock" [fs/ocfs2/ocfs2_stack_o2cb.ko] undefined! >> ERROR: "dlm_print_one_lock" [fs/ocfs2/ocfs2_stack_o2cb.ko] undefined! >> make[2]: *** [__modpost] Error 1 > > Ok, does this patch fix it for you? > --Mark
Yes, thanks. Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
quoted text
> -- > Mark Fasheh > > > From: Mark Fasheh <mfasheh@suse.com> > > ocfs2: Only build ocfs2/dlm with the o2cb stack module > > fs/ocfs2/dlm/ocfs2_dlm.ko and fs/ocfs2/dlm/ocfs2_dlmfs.ko get built if > CONFIG_FS_OCFS2 is specified. This isn't quite how it should happen any more > - the "o2cb" dlm modules should only be built if CONFIG_FS_OCFS2_O2CB is > set, so update the dlm Makefile accordingly. > > Signed-off-by: Mark Fasheh <mfasheh@suse.com> > --- > fs/ocfs2/dlm/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/fs/ocfs2/dlm/Makefile b/fs/ocfs2/dlm/Makefile > index ce3f7c2..1903613 100644 > --- a/fs/ocfs2/dlm/Makefile > +++ b/fs/ocfs2/dlm/Makefile > @@ -1,6 +1,6 @@ > EXTRA_CFLAGS += -Ifs/ocfs2 > > -obj-$(CONFIG_OCFS2_FS) += ocfs2_dlm.o ocfs2_dlmfs.o > +obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o ocfs2_dlmfs.o > > ocfs2_dlm-objs := dlmdomain.o dlmdebug.o dlmthread.o dlmrecovery.o \ > dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o dlmver.o
-- ~Randy --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
linux-next: Tree for March 25
, Stephen Rothwell
, (Tue Mar 25, 2:52 am)
[BUG] linux-next: Tree for March 25 kernel oops, when loadi...
, Kamalesh Babulal
, (Wed Mar 26, 2:44 am)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, David Teigland
, (Thu Jun 26, 4:38 pm)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, James Bottomley
, (Sun Jul 6, 3:23 pm)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, Kamalesh Babulal
, (Mon Jul 7, 4:17 pm)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, James Bottomley
, (Mon Jul 7, 4:25 pm)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, Kamalesh Babulal
, (Tue Jul 8, 6:48 am)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, David Teigland
, (Mon Jul 7, 11:27 am)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, James Bottomley
, (Mon Jul 7, 11:43 am)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, David Teigland
, (Thu Jul 10, 11:51 am)
Re: [BUG] linux-next: Tree for March 25 kernel oops, when l...
, Kamalesh Babulal
, (Fri Jun 27, 1:42 pm)
Re: linux-next: Tree for March 25 (ocfs2 build)
, Randy Dunlap
, (Tue Mar 25, 5:39 pm)
Re: linux-next: Tree for March 25 (ocfs2 build)
, Mark Fasheh
, (Fri Apr 4, 3:47 pm)
Re: linux-next: Tree for March 25 (ocfs2 build)
, Randy Dunlap
, (Fri Apr 4, 3:56 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 005/196] Chinese: add translation of SubmittingDrivers
Linus Torvalds
Linux 2.6.25-rc4
Bart Van Assche
Integration of SCST in the mainstream Linux kernel
Andrew Morton
2.6.23-rc6-mm1
git
:
linux-netdev
:
Arjan van de Ven
Re: [GIT]: Networking
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Andrew Morton
Re: [BUG] New Kernel Bugs
Radu Rendec
htb parallelism on multi-core platforms
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
582 guests
online.
Online users
strcmp
dougstap74
Syndicate