NetBSD/sys/miscfs
christos 9d605174d9 Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ
anymore, all the macros expand to NULL anyway, so this improves readability.
Requested by rmind@
2013-11-27 17:24:43 +00:00
..
deadfs Add missing operations that unlock or dereference their arguments. 2013-11-07 09:45:53 +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 Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ 2013-11-27 17:24:43 +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