cvs commit: src/sys/kern uipc_syscalls.c
Alan Cox
alc at FreeBSD.org
Mon Mar 27 04:23:18 UTC 2006
alc 2006-03-27 04:23:17 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_syscalls.c
Log:
Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionally
acquiring Giant in kern_sendfile().
Guard against the forced reclamation of a vnode in kern_sendfile().
Discussed with: jeff
Reviewed by: tegge
MFC after: 3 weeks
Revision Changes Path
1.225 +29 -4 src/sys/kern/uipc_syscalls.c
More information about the cvs-src
mailing list