commit | 0ecb58210bd9de14df62a614be07428ef10f9469 | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <[email protected]> | Tue May 14 15:46:23 2019 -0700 |
committer | Linus Torvalds <[email protected]> | Tue May 14 19:52:52 2019 -0700 |
tree | 1c14872d716a67804a70b6a50e933ef7d935df6c | |
parent | d6a2946a88f524a47cc9b79279667137899db807 [diff] |
ipc/mqueue: remove redundant wq task assignment We already store the current task fo the new waiter before calling wq_sleep() in both send and recv paths. Trivially remove the redundant assignment. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Davidlohr Bueso <[email protected]> Cc: Manfred Spraul <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>