NetBSD/sys/ufs
hannken 44f3404f57 Break a deadlock where one thread has a wapbl transaction, calls VOP_GETPAGES
and wants to busy a page  while  another thread calls VOP_PUTPAGES on the same
vnode, takes pages busy and wants to start a wapbl transaction.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>
2008-10-10 09:21:58 +00:00
..
ext2fs Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
ffs Break a deadlock where one thread has a wapbl transaction, calls VOP_GETPAGES 2008-10-10 09:21:58 +00:00
lfs Fix lkm fallout from previous sysctl changes. This largely duplicates 2008-06-28 15:50:20 +00:00
mfs Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
ufs #error if WABPL_DEBUG_INODES is defined. That code has bitrotted 2008-10-08 22:58:56 +00:00
Makefile
files.ufs Merge the simonb-wapbl branch. From the original branch commit: 2008-07-31 05:38:04 +00:00