NetBSD/sys/miscfs
chs e697956ce6 we can't use the vnode's v_usecount to track how many times the vnode
has been VOP_OPEN()'d.  if the fifo is being accessed via a layered fs,
v_usecount is always one (representing the hold by the layered vnode)
regardless of how many times the vnode has been opened.  instead, keep a
separate counter for opens.  fixes PR 17195 and probably 17724.
2002-07-27 16:43:36 +00:00
..
deadfs add a VOP_PUTPAGES method for all the filesystems that don't have pages, 2001-12-06 04:27:40 +00:00
fdesc Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
fifofs we can't use the vnode's v_usecount to track how many times the vnode 2002-07-27 16:43:36 +00:00
genfs Add missing pageq lock while uvm_pagefree() is called (either directly 2002-05-29 11:04:39 +00:00
kernfs Properly detect error in kernfs_xread(). 2002-07-19 18:35:44 +00:00
nullfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
overlay Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
portal be consistent about how va_[acm]time is set to the current time 2002-07-05 03:24:06 +00:00
procfs Make sure that the pointer to old parent process for ptraced children 2002-07-25 20:04:02 +00:00
specfs Spell acquire with a 'c'. 2002-07-10 23:16:32 +00:00
syncfs add a VOP_PUTPAGES method for all the filesystems that don't have pages. 2001-12-06 04:30:49 +00:00
umapfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
union Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
Makefile install miscfs/syncfs/syncfs.h 2001-09-09 17:42:46 +00:00