On Tue, Dec 07, 2021 at 01:57:23AM -0800, Eric Biggers wrote:
From: Eric Biggers ebiggers@google.com
wake_up_poll() uses nr_exclusive=1, so it's not guaranteed to wake up all non-exclusive waiters. Yet, POLLFREE *must* wake up all waiters.
This is supposed to say "all exclusive waiters". Same in patch 3.
- Eric