Date: Wed, 27 Jul 2005 15:06:26 +0000 (UTC) From: Paul Saab <ps@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_socket.c Message-ID: <200507271506.j6RF6QPk051966@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2005-07-27 15:06:26 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_socket.c
Log:
FIx for a bug in the change that made nfs_timer() MPSAFE. We need to
grab Giant before calling pru_send() (if running with mpsafenet = 0).
Found by: Jeremie Le Hen.
Fixed by: Maxime Henrion
Revision Changes Path
1.129 +2 -0 src/sys/nfsclient/nfs_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507271506.j6RF6QPk051966>
