sunrpc: remove sv_kill_signal field from svc_serv struct
authorJeff Layton <jlayton@redhat.com>
Tue, 10 Jun 2008 12:40:39 +0000 (08:40 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 23 Jun 2008 17:02:49 +0000 (13:02 -0400)
commita75c5d01e4235a7dd785548ac756f248b1b40107
tree602c517b868a219d184e42d23cda4e834396c8ca
parent9867d76ca16b3f455f9ca83861f4ce5c94a25928
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>
fs/nfsd/nfssvc.c
include/linux/sunrpc/svc.h
net/sunrpc/svc.c