linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: user mode linux build failure (2)
@ 2010-10-19  0:00 Richard Weinberger
  2010-10-19  9:18 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Weinberger @ 2010-10-19  0:00 UTC (permalink / raw)
  To: arnd; +Cc: linux-next, linux-kernel@vger.kernel.org

Hi!

1e3d8715 (uml: kill big kernel lock) breaks um build.

arch/um/drivers/ubd_kern.c: In function 'ubd_open':
arch/um/drivers/ubd_kern.c:1104: error: 'ubd_mutex' undeclared (first use in 
this function)
arch/um/drivers/ubd_kern.c:1104: error: (Each undeclared identifier is 
reported only once
arch/um/drivers/ubd_kern.c:1104: error: for each function it appears in.)
arch/um/drivers/ubd_kern.c: In function 'ubd_release':
arch/um/drivers/ubd_kern.c:1131: error: 'ubd_mutex' undeclared (first use in 
this function)
make[1]: *** [arch/um/drivers/ubd_kern.o] Error 1
make: *** [arch/um/drivers] Error 2

It seems you forgot to define ubd_mutex in ubd_kern.c.

Thanks,
//richard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-19  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19  0:00 linux-next: user mode linux build failure (2) Richard Weinberger
2010-10-19  9:18 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).