Remove the nr_exclusive argument from __wake_up_sync_key()
authorDavid Howells <dhowells@redhat.com>
Wed, 16 Oct 2019 14:13:41 +0000 (15:13 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 23 Oct 2019 16:02:34 +0000 (17:02 +0100)
commitce4dd4429b3c7e4506870796f3b8b06d707d2928
tree5d436325e76805aa5db046b3873added866f6d32
parentd055b4fb4d165b06d912e7f846610d120c3bb9fb
Remove the nr_exclusive argument from __wake_up_sync_key()

Remove the nr_exclusive argument from __wake_up_sync_key() and derived
functions as everything seems to set it to 1.  Note also that if it wasn't
set to 1, it would clear WF_SYNC anyway.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
include/linux/wait.h
kernel/exit.c
kernel/sched/wait.c