NetBSD/sys/miscfs
perseant 3fa1c8abe9 Protect v_synclist with splbio(); note that LIST_REMOVE is not an idempotent
operation if more than one LIST_REMOVE happens on interrupt, so both the test
for VONWORKLIST and the LIST_REMOVE(vp, v_synclist) need to be in splbio().
2002-05-14 19:37:18 +00:00
..
deadfs
fdesc Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
fifofs
genfs Protect v_synclist with splbio(); note that LIST_REMOVE is not an idempotent 2002-05-14 19:37:18 +00:00
kernfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +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 Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
procfs Move code shared by procfs and the kernel proper out of procfs and 2002-05-09 15:44:44 +00:00
specfs Extern speclisth 2002-05-12 20:42:03 +00:00
syncfs
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