Date: Tue, 28 Mar 2006 21:22:08 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c vfs_vnops.c Message-ID: <200603282122.k2SLM8hx067582@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-03-28 21:22:08 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c vfs_vnops.c Log: Change vn_open() to honor the MPSAFE flag in the passed in nameidata object and use that instead of testing fdidx against -1 to determine if it should release Giant if Giant was locked due to the requested file residing on a non-MPSAFE VFS. Discussed with: jeff Revision Changes Path 1.413 +1 -1 src/sys/kern/vfs_syscalls.c 1.240 +9 -6 src/sys/kern/vfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603282122.k2SLM8hx067582>