NetBSD/sys/miscfs
hannken a8b05c0ddf Restructure layer_lock() to always lock before testing for dead node.
Use ISSET() to test flags, add assertions.
2014-03-12 09:39:23 +00:00
..
deadfs The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
fdesc The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
fifofs Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
genfs Restructure layer_lock() to always lock before testing for dead node. 2014-03-12 09:39:23 +00:00
kernfs The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
nullfs The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
overlay The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
procfs Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
specfs Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
syncfs Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
umapfs The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
Makefile