Re: [PATCH 15/19] vfs: Add superblock notifications [ver #16]
From: David Howells
Date: Fri Feb 21 2020 - 12:11:40 EST
Jann Horn <jannh@xxxxxxxxxx> wrote:
> If another thread concurrently runs close(watch_fd)
Fair point. We have the watch queue pinned, but watch_queue_clear() is called
before the ref is released.
David