freebsd-dev/sys/gnu
Kirk McKusick a0595d0249 Add a flags parameter to VFS_VGET to pass through the desired
locking flags when acquiring a vnode. The immediate purpose is
to allow polling lock requests (LK_NOWAIT) needed by soft updates
to avoid deadlock when enlisting other processes to help with
the background cleanup. For the future it will allow the use of
shared locks for read access to vnodes. This change touches a
lot of files as it affects most filesystems within the system.
It has been well tested on FFS, loopback, and CD-ROM filesystems.
only lightly on the others, so if you find a problem there, please
let me (mckusick@mckusick.com) know.
2002-03-17 01:25:47 +00:00
..
dev/sound/pci new (gpl licensed) firmware image for cs4280/cs46xx sound chips 2001-05-30 22:28:30 +00:00
ext2fs Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
fs/ext2fs Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
i386/fpemul Deverbosified previous 2 commits (removed the rotted list of reasons why 2002-03-02 11:14:13 +00:00