Date: Tue, 21 Mar 2006 23:58:37 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200603212358.k2LNwboc096659@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2006-03-21 23:58:37 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: - Remove explicit calls to lock and unlock Giant and replace them with VFS_LOCK_GIANT/VFS_UNLOCK_GIANT calls. This completely removes Giant acquisition in the syscall path for ffs. Bug fix to kern_fhstatfs from: Todd Miller <Todd.Miller@sparta.com> Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.412 +66 -83 src/sys/kern/vfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603212358.k2LNwboc096659>