NetBSD/share/examples/puffs
pooka 21913eabe5 Rototill.
Ok, ok, a few more words about it: stop holding puffs_cc as a holy
value and passing it around to almost every possible place (popquiz:
which kernel variable does this remind you of?).  Instead, pass
the natural choice, puffs_usermount, and fetch puffs_cc via
puffs_cc_getcc() only in routines which actually need it.  This
not only simplifies code, but (thanks to the introduction of
puffs_cc_getcc()) enables constructs which weren't previously sanely
possible, say layering as a curious example.

There's still a little to do on this front, but this was the major
fs interface blast.
2007-11-30 19:02:28 +00:00
..
dtfs Rototill. 2007-11-30 19:02:28 +00:00
icfs Rototill. 2007-11-30 19:02:28 +00:00
pnullfs use puffs_daemon() instead of daemon() 2007-11-16 18:39:01 +00:00
rot13fs Rototill. 2007-11-30 19:02:28 +00:00
Makefile sysctlfs was moved to base 2007-08-15 14:13:57 +00:00