Re: [PATCH net-next nfs 4/6] net: Convert nfs4_dns_resolver_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 cache. Also they create > and destroy directory. So, they also look safe to be async. > > Signed-off-by: Kirill Tkhai

[PATCH net-next nfs 4/6] net: Convert nfs4_dns_resolver_ops

2018-03-13 Thread Kirill Tkhai
These pernet_operations look similar to rpcsec_gss_net_ops, they just create and destroy another cache. Also they create and destroy directory. So, they also look safe to be async. Signed-off-by: Kirill Tkhai --- fs/nfs/dns_resolve.c |1 + 1 file changed, 1