NetBSD/sys/rump/fs
pooka 18e91c156a Don't fool around when recycling vnodes, simply override refcount
to 1, hold on tight to your hat, and call recycle.  The reason is
that we might pick up extra references such as from lookup and we
don't really care about tracking those.  For example with p2k,
puffs in the kernel already does all the refcounting we could ever
dream of, and therefore it's left to the client and unnecessary.
2008-01-27 20:01:29 +00:00
..
bin Add the ability to run puffs in userspace. This means that puffs 2008-01-02 18:15:12 +00:00
lib Don't fool around when recycling vnodes, simply override refcount 2008-01-27 20:01:29 +00:00
Makefile
Makefile.rumpfs Add the ability to run puffs in userspace. This means that puffs 2008-01-02 18:15:12 +00:00