Date: Mon, 24 Jan 2005 09:53:46 +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/sys mount.h Message-ID: <200501240953.j0O9rkcn029083@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-01-24 09:53:46 UTC FreeBSD src repository Modified files: sys/sys mount.h Log: - Add the mount flag MNTK_MPSAFE which indicates whether or not Giant must be held when any vnode owned by the filesystem is manipulated. - Add VFS_LOCK_GIANT and VFS_UNLOCK_GIANT macros which are used to conditionally lock and unlock Giant based on a particular mountpoint. Revision Changes Path 1.190 +24 -0 src/sys/sys/mount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501240953.j0O9rkcn029083>