Re: [PATCH 3/3] RDMA/srp: Fix a sleep-in-invalid-context bug

2019-06-08 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

Re: [PATCH 3/3] RDMA/srp: Fix a sleep-in-invalid-context bug

2019-06-06 Thread Laurence Oberman
On Wed, 2019-06-05 at 13:14 -0700, Bart Van Assche wrote: > The previous patch guarantees that srp_queuecommand() does not get > invoked while reconnecting occurs. Hence remove the code from > srp_queuecommand() that prevents command queueing while reconnecting. > This patch avoids that the followi