Re: [PATCH net-next nfs 2/6] net: Convert sunrpc_net_ops

2018-03-23 Thread Anna Schumaker
On 03/13/2018 06:49 AM, Kirill Tkhai wrote: > These pernet_operations look similar to rpcsec_gss_net_ops, > they just create and destroy another caches. So, they also > can be async. > > Signed-off-by: Kirill Tkhai Acked-by: Anna Schumaker > --- > net/sunrpc/sunrpc_syms.c |1 + > 1 file

[PATCH net-next nfs 2/6] net: Convert sunrpc_net_ops

2018-03-13 Thread Kirill Tkhai
These pernet_operations look similar to rpcsec_gss_net_ops, they just create and destroy another caches. So, they also can be async. Signed-off-by: Kirill Tkhai --- net/sunrpc/sunrpc_syms.c |1 + 1 file changed, 1 insertion(+) diff --git a/net/sunrpc/sunrpc_syms.c b/net/sunrpc/sunrpc_syms.c