NetBSD/sys/ufs
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
..
ext2fs ext2fs,ffs: free on disk inodes in the reclaim routine. 2010-07-28 11:03:47 +00:00
ffs ffs_reclaim: don't free an already free inode. This may happen when 2010-08-12 07:41:49 +00:00
lfs Free the on disk inodes in the reclaim routine. 2010-08-04 10:43:53 +00:00
mfs Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
ufs replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
Makefile
files.ufs fs_lfs.h is no longer necessary 2010-03-02 19:59:09 +00:00