NetBSD/sys/miscfs/genfs
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
..
genfs_io.c Break a deadlock where one thread has a wapbl transaction, calls VOP_GETPAGES 2008-10-10 09:21:58 +00:00
genfs_node.h Import writing part of the UDF file system making optical media like CD's 2008-05-14 16:49:47 +00:00
genfs_vfsops.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
genfs_vnops.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
genfs.h Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
layer_extern.h Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
layer_subr.c specfs changes for PR kern/37717 (raidclose() is no longer called on 2008-01-24 17:32:52 +00:00
layer_vfsops.c Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
layer_vnops.c Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
layer.h Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
Makefile