commit | a75c5d01e4235a7dd785548ac756f248b1b40107 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Jun 10 08:40:39 2008 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon Jun 23 13:02:49 2008 -0400 |
tree | 602c517b868a219d184e42d23cda4e834396c8ca | |
parent | 9867d76ca16b3f455f9ca83861f4ce5c94a25928 [diff] |
sunrpc: remove sv_kill_signal field from svc_serv struct Since we no longer make any distinction between shutdown signals with nfsd, then it becomes easier to just standardize on a particular signal to use to bring it down (SIGINT, in this case). Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>