]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2766d6515729c4bf1e77ec6cc3dd6a2cea42db9
tree5d436325e76805aa5db046b3873added866f6d32
parent52325eb4652d58b531ec86a6624f2eb1c04f5979
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