Re: [PATCH] kernel/watch_queue: Make pipe NULL while clearing watch_queue
From: David Howells <dhowells@redhat.com>
Date: 2022-07-27 14:15:56
Also in:
linux-kernel-mentees, lkml
From: David Howells <dhowells@redhat.com>
Date: 2022-07-27 14:15:56
Also in:
linux-kernel-mentees, lkml
Siddh Raman Pant [off-list ref] wrote:
+++ b/kernel/watch_queue.c... +#ifdef CONFIG_WATCH_QUEUE
But it says: obj-$(CONFIG_WATCH_QUEUE) += watch_queue.o in the Makefile. David