diff options
author | jeff <jeff@FreeBSD.org> | 2003-02-09 11:28:35 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2003-02-09 11:28:35 +0000 |
commit | 87e306ad712d6a7daef1073b7fb94c0fa90908d2 (patch) | |
tree | 48d962faa6bfdae347b467d003b11e355ce17172 /share/misc | |
parent | 75e9ed76e4bbf5978303d4d7ee581c86bef55c50 (diff) | |
download | FreeBSD-src-87e306ad712d6a7daef1073b7fb94c0fa90908d2.zip FreeBSD-src-87e306ad712d6a7daef1073b7fb94c0fa90908d2.tar.gz |
- 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
Diffstat (limited to 'share/misc')
0 files changed, 0 insertions, 0 deletions