Re: [PATCH 15/19] vfs: Add superblock notifications [ver #16]
From: David Howells <dhowells@redhat.com>
Date: 2020-02-21 17:11:43
Also in:
linux-fsdevel, lkml
From: David Howells <dhowells@redhat.com>
Date: 2020-02-21 17:11:43
Also in:
linux-fsdevel, lkml
Jann Horn [off-list ref] 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