commit | 1b6dc1dffbb142de60eb65f6155276ac31ff5474 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Mon Jun 08 12:11:10 2015 -0700 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Aug 10 16:05:44 2015 -0400 |
tree | 8bb76e3d6a7b1d1e8de1459c042a1a0734d15798 | |
parent | d70bc0c67c7aaf0d00084b2f91b44fe1a8ae4e15 [diff] |
nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcounting In later patches, we'll want to be able to allocate and free svc_rqst structures without monkeying with the serv->sv_nrthreads refcount. Factor those pieces out of their respective functions. Signed-off-by: Shirley Ma <shirley.ma@oracle.com> Acked-by: Jeff Layton <jlayton@primarydata.com> Tested-by: Shirley Ma <shirley.ma@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>