Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2003 06:41:40 -0500 (EST)
From:      Jeff Roberson <jroberson@chesapeake.net>
To:        Jeff Roberson <jeff@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, <cvs-src@FreeBSD.org>, <cvs-all@FreeBSD.org>, <legacy-committers@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs    msdosfs_vnops.c src/sys/fs/specfs spec_vnops.c src/sys/kern         vfs_bio.c vfs_default.c src/sys/sys buf.h vnode.h src/sys/ufs/ff
Message-ID:  <20030209063654.A77658-100000@mail.chesapeake.net>
In-Reply-To: <200302091128.h19BSZ9I090320@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sun, 9 Feb 2003, Jeff Roberson wrote:

>    - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member
>      that is protected by the vnode lock.
>    - Move B_SCANNED into b_vflags and call it BV_SCANNED.
>    - Create a vop_stdfsync() modeled after spec's sync.
>    - Replace spec_fsync, msdos_fsync, and hpfs_fsync with the stdfsync and some
>      fs specific processing.  This gives all of these filesystems proper
>      behavior wrt MNT_WAIT/NOWAIT and the use of the B_SCANNED flag.
>    - Annotate the locking in buf.h


I forgot to mention.  I tested this with specfs and msdosfs but I do not
have access to hpfs.  I suspect that it is ok.  I will replace ext2s
version soon too.

Just in case you're wondering..  I'm going through the tree and verifying
that all 'struct buf' consumers hold the buf lock.  I'm close to
completion.  I have some scary stuff in nfs, softupdates, and vfs_cluster
to sort out still.  It's close though.

Cheers,
Jeff


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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