jeff 2005-05-03 10:55:05 UTC
FreeBSD src repository
Modified files:
sys/kern kern_exec.c
Log:
- Use namei to acquire Giant for VFS if it is necessary. Drop the explicit
Giant acquisition.
- Remove GIANT_REQUIRED in the few remaining cases; the vm and vfs have
both been locked.
Revision Changes Path
1.270 +7 -9 src/sys/kern/kern_exec.c