NetBSD/share/examples/puffs/dtfs
pooka 37dd7942fc Instead of keeping on adding parameters to puffs_mount(), make it
only take the bare essentials, which currently means removing
"maxreqlen" from the argument list (all current callers I'm aware
of set it as 0 anyway).  Introduce puffs_init(), which provides a
context for setting various parameters and puffs_domount(), which
can be used to mount the file system.  Keep puffs_mount() as a
shortcut for the above two for simple file systems.

Bump development ABI version to 13.  After all, it's Friday the 13th.
Watch out!  Bad things can happen on Friday the 13th. --No carrier--
2007-04-13 13:35:46 +00:00
..
dtfs_subr.c Hide struct puffs_usermount from the rest of the world and provide 2007-04-12 15:09:00 +00:00
dtfs_vfsops.c Hide struct puffs_usermount from the rest of the world and provide 2007-04-12 15:09:00 +00:00
dtfs_vnops.c support nfs exporting dtfs 2007-04-11 21:07:54 +00:00
dtfs.c Instead of keeping on adding parameters to puffs_mount(), make it 2007-04-13 13:35:46 +00:00
dtfs.h support nfs exporting dtfs 2007-04-11 21:07:54 +00:00
Makefile