Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 01:09:32 -0000
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        Jeff Roberson <jeff@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/sys mount.h
Message-ID:  <20050124105858.GB1092@orion.daedalusnetworks.priv>
In-Reply-To: <200501240953.j0O9rkcn029083@repoman.freebsd.org>
References:  <200501240953.j0O9rkcn029083@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-01-24 09:53, Jeff Roberson <jeff@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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050124105858.GB1092>