Re: [PATCH] kernel/watch_queue: Make pipe NULL while clearing watch_queue

From: Siddh Raman Pant
Date: Wed Jul 27 2022 - 10:24:21 EST


On Wed, 27 Jul 2022 19:45:42 +0530 David Howells <dhowells@xxxxxxxxxx> wrote:
> 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
>
>

Yes, that's what I realised and meant in reply to Khalid.

I had sent a v2, which you can find here:
https://lore.kernel.org/linux-kernel/20220724040240.7842-1-code@xxxxxxxx/

Thanks,
Siddh