From: Jeff Layton Date: Wed, 19 Nov 2014 12:51:22 +0000 (-0500) Subject: sunrpc: require svc_create callers to pass in meaningful shutdown routine X-Git-Tag: omap-for-v3.19/fixes-rc1~62^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b5707e4524eb817b7b02863887820d27b56910a;p=pandora-kernel.git sunrpc: require svc_create callers to pass in meaningful shutdown routine Currently all svc_create callers pass in NULL for the shutdown parm, which then gets fixed up to be svc_rpcb_cleanup if the service uses rpcbind. Simplify this by instead having the the only caller that requires it (lockd) pass in svc_rpcb_cleanup and get rid of the special casing. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed