aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2006-05-20 02:54:34 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2006-05-20 02:54:34 +0000
commit60b48295f944a6d0e471b2387fe3bbff5af53066 (patch)
treee7e0e91386edcf7f01972f1f115793c7485b3de1
parentd177bda47474efdba0c4afd73eac679931191a85 (diff)
Notes
-rw-r--r--sys/kern/kern_exit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index 9e5b18d084d3..9b4e8bdf23fd 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -246,9 +246,7 @@ retry:
* Reset any sigio structures pointing to us as a result of
* F_SETOWN with our pid.
*/
- mtx_lock(&Giant); /* XXX: not sure if needed */
funsetownlst(&p->p_sigiolst);
- mtx_unlock(&Giant);
/*
* If this process has an nlminfo data area (for lockd), release it