From: Greg Banks <gnb-cP1dWloDopni96+mSzHFpQC/G2K4zDHf@public.gmane.org>
To: Jeff Layton <jlayton@redhat.com>
Cc: linux-nfs@vger.kernel.org, nfsv4@linux-nfs.org, neilb@suse.de
Subject: Re: [PATCH 2/4] knfsd: remove special handling for SIGHUP
Date: Thu, 05 Jun 2008 10:59:19 +1000 [thread overview]
Message-ID: <48473A67.4060307@melbourne.sgi.com> (raw)
In-Reply-To: <1212591796-22144-3-git-send-email-jlayton@redhat.com>
Jeff Layton wrote:
> The special handling for SIGHUP in knfsd is a holdover from much
> earlier versions of Linux where reloading the export table was
> more expensive. That facility is not really needed anymore and
> to my knowledge, is seldom-used.
>
> Signed-off-by: Jeff Layton <jlayton@redhat.com>
>
Acked-by: Greg Banks <gnb-cP1dWloDopni96+mSzHFpQC/G2K4zDHf@public.gmane.org>
> @@ -234,10 +226,9 @@ int nfsd_create_serv(void)
> }
>
> atomic_set(&nfsd_busy, 0);
> - nfsd_serv = svc_create_pooled(&nfsd_program,
> - nfsd_max_blksize,
> - nfsd_last_thread,
> - nfsd, SIG_NOCLEAN, THIS_MODULE);
> + nfsd_serv = svc_create_pooled(&nfsd_program, nfsd_max_blksize,
> + nfsd_last_thread, nfsd, SIGINT,
> + THIS_MODULE);
>
Now that there's no special interpretation of signals, you could
probably also remove the `sig' argument to svc_create_pooled() and the
svc_serv->sv_kill_signal field.
--
Greg Banks, P.Engineer, SGI Australian Software Group.
The cake is *not* a lie.
I don't speak for SGI.
next prev parent reply other threads:[~2008-06-05 1:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-04 15:03 [PATCH 0/4] Convert knfsd to kthread API and fix startup/shutdown races (try #2) Jeff Layton
2008-06-04 15:03 ` [PATCH 1/4] knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking Jeff Layton
2008-06-04 15:03 ` [PATCH 2/4] knfsd: remove special handling for SIGHUP Jeff Layton
2008-06-04 15:03 ` [PATCH 3/4] knfsd: convert knfsd to kthread API Jeff Layton
2008-06-04 15:03 ` [PATCH 4/4] sunrpc: remove unneeded field from svc_serv struct Jeff Layton
2008-06-05 1:30 ` Greg Banks
2008-06-05 1:28 ` [PATCH 3/4] knfsd: convert knfsd to kthread API Greg Banks
2008-06-05 0:59 ` Greg Banks [this message]
2008-06-04 21:02 ` [PATCH 1/4] knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking J. Bruce Fields
2008-06-04 21:27 ` Jeff Layton
[not found] ` <20080604172752.31686797-RtJpwOs3+0O+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2008-06-04 21:58 ` J. Bruce Fields
2008-06-04 22:41 ` J. Bruce Fields
2008-06-05 0:07 ` Jeff Layton
2008-06-05 0:47 ` Greg Banks
2008-06-05 20:03 ` J. Bruce Fields
2008-06-05 20:15 ` Jeff Layton
2008-06-05 23:35 ` Greg Banks
[not found] ` <48487857.4030706-cP1dWloDopni96+mSzHFpQC/G2K4zDHf@public.gmane.org>
2008-06-06 15:05 ` Jeff Layton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48473A67.4060307@melbourne.sgi.com \
--to=gnb-cp1dwlodopni96+mszhfpqc/g2k4zdhf@public.gmane.org \
--cc=jlayton@redhat.com \
--cc=linux-nfs@vger.kernel.org \
--cc=neilb@suse.de \
--cc=nfsv4@linux-nfs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox