NetBSD/sys/miscfs/umapfs
wrstuden 67a15e9a78 Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls
through a layered file system.

Note: we don't actually support snapshots through a layered file system,
and this routine returns an error. However we: 1) have clearly documented
what needs fixing (which isn't trivial to fix) and 2) if we do fix
this, all layered file systems can take advantage of it at once.
2004-05-29 23:48:08 +00:00
..
Makefile
files.umapfs
umap.h
umap_subr.c
umap_vfsops.c Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls 2004-05-29 23:48:08 +00:00
umap_vnops.c