Re: [PATCH] lguest should depend on CONFIG_FUTEX

2007-08-23 Thread Rusty Russell
On Thu, 2007-08-23 at 17:25 +0400, Alexey Dobriyan wrote: > It uses get_futex_key(). > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Good catch. Thanks, sent to Linus. Cheers, Rusty. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

[PATCH] lguest should depend on CONFIG_FUTEX

2007-08-23 Thread Alexey Dobriyan
It uses get_futex_key(). Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/lguest/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/lguest/Kconfig +++ b/drivers/lguest/Kconfig @@ -1,6 +1,6 @@ config LGUEST tristate "Linux hypervisor example cod