Date: Tue, 22 Jun 2004 04:34:05 +0000 (UTC) From: Robert Watson <rwatson@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: <200406220434.i5M4Y6oW036991@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-06-22 04:34:05 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Acquire Giant in link() so that the system call can be marked MPSAFE. Don't want to acquire Giant in kern_link() sync linux compat code performs actions requiring Giant prior to calling kern_link(). Revision Changes Path 1.352 +5 -1 src/sys/kern/vfs_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406220434.i5M4Y6oW036991>