[Devel] [PATCH v6 0/2] nfs: fix race between callback shutdown and execution

2017-11-13 Thread Stanislav Kinsburskiy
The idea is to use mutex for protecting callback execution agains per-net
callback shutdown and destroying all the net-related backchannel requests
before transports destruction.

---

Stanislav Kinsburskiy (2):
  sunrpc: bc_svc_flush_queue_net() helper introduced
  nfs: protect callback execution against per-net callback thread shutdown


 fs/nfs/callback.c  |   20 
 include/linux/sunrpc/svc.h |3 +++
 net/sunrpc/svc.c   |   15 +++
 3 files changed, 38 insertions(+)

--
___
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel


Re: [Devel] [PATCH v6 0/2] nfs: fix race between callback shutdown and execution

2017-11-13 Thread Kirill Tkhai
On 13.11.2017 16:16, Stanislav Kinsburskiy wrote:
> The idea is to use mutex for protecting callback execution agains per-net
> callback shutdown and destroying all the net-related backchannel requests
> before transports destruction.
> 
> ---
> 
> Stanislav Kinsburskiy (2):
>   sunrpc: bc_svc_flush_queue_net() helper introduced
>   nfs: protect callback execution against per-net callback thread shutdown
> 
> 
>  fs/nfs/callback.c  |   20 
>  include/linux/sunrpc/svc.h |3 +++
>  net/sunrpc/svc.c   |   15 +++
>  3 files changed, 38 insertions(+)

Reviewed-by: Kirill Tkhai 
___
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel