mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-23 04:19:11 +09:00
We have to ensure that the wake up from the waitqueue and the assignment of xprt->snd_task are atomic. We can do this by assigning the snd_task while under the waitqueue spinlock. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>