Re: [PATCH] kernel/watch_queue: Make pipe NULL while clearing watch_queue
From: David Howells
Date: Wed Jul 27 2022 - 10:15:56 EST
Siddh Raman Pant <code@xxxxxxxx> wrote:
> +++ b/kernel/watch_queue.c
> ...
>+#ifdef CONFIG_WATCH_QUEUE
But it says:
obj-$(CONFIG_WATCH_QUEUE) += watch_queue.o
in the Makefile.
David