NetBSD/sys/miscfs
hannken 65b1f85ab6 Vnode API cleanup pass 1.
- Make these defines and functions private to vfs_vnode.c:

  VC_MASK, VC_LOCK, DOCLOSE, VI_IANCTREDO and VI_INACTNOW
  vclean() and vrelel()

- Remove the long time unused lwp argument from vrecycle().

- Remove vtryget(), it is responsible for ugly hacks and doesn't
  look that effective.

Presented on tech-kern.

Welcome to 6.99.25
2013-10-29 09:53:51 +00:00
..
deadfs Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
fdesc VOP_GETATTR() needs a shared lock at least. 2011-10-16 12:26:16 +00:00
fifofs Remove some set but unused variables 2013-04-08 21:12:33 +00:00
genfs Turn a few __unused into __diagused 2013-10-25 11:35:55 +00:00
kernfs C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
nullfs - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
overlay - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
procfs Vnode API cleanup pass 1. 2013-10-29 09:53:51 +00:00
specfs Replace macro v_specmountpoint with two functions spec_node_getmountedfs() 2013-09-30 18:57:59 +00:00
syncfs Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
umapfs - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
Makefile