From: Jeff Layton Date: Mon, 8 Jun 2015 19:03:32 +0000 (-0700) Subject: nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it X-Git-Tag: omap-for-v4.3/fixes-rc1~85^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea126e74353453d15fc0a181910ae1e25162f2a1;p=pandora-kernel.git nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it In later patches we'll need to abstract out more operations on a per-service level, besides sv_shutdown and sv_function. Declare a new svc_serv_ops struct to hold these operations, and move sv_shutdown into this struct. Signed-off-by: Shirley Ma Acked-by: Jeff Layton Tested-by: Shirley Ma Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed