NetBSD/sys/miscfs/genfs
chs fca58884f4 replace the earlier workaround for PR 40389 with a better fix.
the earlier change caused data corruption by freeing pages
without invaliding their mappings.  instead of the trylock/retry,
just take the genfs-node lock before calling VOP_GETPAGES()
and pass a new flag to tell it that we're already holding this lock.
2010-09-01 16:56:19 +00:00
..
Makefile
genfs.h
genfs_io.c replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
genfs_node.h replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
genfs_vfsops.c
genfs_vnops.c replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
layer.h Change layered file systems to always pass the locking VOP's down to the 2010-06-06 08:01:30 +00:00
layer_extern.h LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). This makes 2010-07-02 08:09:51 +00:00
layer_subr.c Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
layer_vfsops.c Slightly clean-up layerfs and nullfs: update the big description more to 2010-07-02 03:16:00 +00:00
layer_vnops.c LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). This makes 2010-07-02 08:09:51 +00:00