cvs commit: src/sys/sys mount.h
Giorgos Keramidas
keramida at freebsd.org
Mon Jan 24 02:59:00 PST 2005
On 2005-01-24 09:53, Jeff Roberson <jeff at freebsd.org> wrote:
> 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
Should we also have manpages for these?
I've quickly put together 3 new manpages, but I'm not sure if I got
all the details right. How does this look?
http://people.freebsd.org/~keramida/diff/vfs_giant_mdoc.patch
More information about the cvs-src
mailing list