NetBSD/sys/fs/sysvbfs
pooka 704f8889fa Mark files removed in the in-memory structure. This allows us
to do two things:

 1) properly set "recycle?" in inactive
 2) easily check if we are renaming a removed vnode.  without the
    check, it was possible to enter a dirent in the file system for
    a removed (and hence scheduled to be vcleaned) vnode.  this would
    lead to the succesful vget() of a clean vnode.  the use of the
    cleaned vnode was, however, less succesful, except for purposes
    of crashing.
2010-05-27 23:40:12 +00:00
..
Makefile
bfs.c added error check. 2009-04-26 12:41:59 +00:00
bfs.h
bfs_sysvbfs.c
files.sysvbfs
sysvbfs.c
sysvbfs.h Mark files removed in the in-memory structure. This allows us 2010-05-27 23:40:12 +00:00
sysvbfs_args.h
sysvbfs_vfsops.c Call VOP_CLOSE() in mount error branch with the device locked to 2009-12-01 09:28:02 +00:00
sysvbfs_vnops.c Mark files removed in the in-memory structure. This allows us 2010-05-27 23:40:12 +00:00