]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Unconditionally lock Giant in do_sendfile(), rather than locking it
authorRobert Watson <rwatson@FreeBSD.org>
Sat, 8 May 2004 02:24:21 +0000 (02:24 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sat, 8 May 2004 02:24:21 +0000 (02:24 +0000)
commitf7250466a8704c19c20e53310fd7cc10245f0ac4
treebfa995f005b9d68d4c0668cd05f0e8ff61dcc12e
parente07548377160809c2ef145872a2bf19d591957b7
Unconditionally lock Giant in do_sendfile(), rather than locking it
conditional on debug.mpsafenet.  We can try pushing down Giant here
later, but we don't want to enter VFS without holding Giant.

Bumped into by: kris
sys/kern/uipc_syscalls.c