From: Jeff Layton Date: Mon, 8 Jun 2015 19:11:10 +0000 (-0700) Subject: nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcounting X-Git-Tag: omap-for-v4.3/fixes-rc1~85^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6dc1dffbb142de60eb65f6155276ac31ff5474;p=pandora-kernel.git 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 Acked-by: Jeff Layton Tested-by: Shirley Ma Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed