[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <201010190200.01496.richard@nod.at>
Date: Tue, 19 Oct 2010 02:00:01 +0200
From: Richard Weinberger <richard@....at>
To: arnd@...db.de
Cc: linux-next@...r.kernel.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: linux-next: user mode linux build failure (2)
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists