freebsd-dev/sys/isofs/cd9660
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
..
cd9660_bmap.c Revert consequences of changes to mount.h, part 2. 2001-04-29 02:45:39 +00:00
cd9660_lookup.c Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
cd9660_mount.h Add a mount time option which slightly relaxes checks for valid Joilet 2001-03-11 10:05:08 +00:00
cd9660_node.c Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
cd9660_node.h Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
cd9660_rrip.c Revert consequences of changes to mount.h, part 2. 2001-04-29 02:45:39 +00:00
cd9660_rrip.h
cd9660_util.c Revert consequences of changes to mount.h, part 2. 2001-04-29 02:45:39 +00:00
cd9660_vfsops.c Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
cd9660_vnops.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
iso_rrip.h
iso.h Add a flags parameter to VFS_VGET to pass through the desired 2002-03-17 01:25:47 +00:00
TODO
TODO.hibler