commit | 0b5707e4524eb817b7b02863887820d27b56910a | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Wed Nov 19 07:51:22 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Dec 09 11:22:21 2014 -0500 |
tree | ebf0f04f6fb60e3ab8d368fff3667ec149c5e31b | |
parent | ceff739c53a1734d820d013d7d98f932994674d2 [diff] |
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 <jlayton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>