NetBSD/sys/miscfs/genfs
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 a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
genfs.h use former genfs_eopnotsupp_rele() as genfs_eopnotsupp(), so that vnodes 2003-04-10 21:53:32 +00:00
genfs_node.h fix a bug of lfs. 2003-09-24 10:22:53 +00:00
genfs_vnops.c - remove a comment which is no longer true. 2004-05-27 12:53:25 +00:00
layer.h Since VOP_UPCALL() has been a long time in coming, add this partial 2004-05-28 18:55:20 +00:00
layer_extern.h Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls 2004-05-29 23:48:08 +00:00
layer_subr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
layer_vfsops.c Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls 2004-05-29 23:48:08 +00:00
layer_vnops.c Since VOP_UPCALL() has been a long time in coming, add this partial 2004-05-28 18:55:20 +00:00