Module Name: src Committed By: pooka Date: Thu Jan 13 13:35:12 UTC 2011
Modified Files: src/sys/fs/tmpfs: tmpfs.h tmpfs_subr.c tmpfs_vnops.c tmpfs_vnops.h Log Message: Add some support for unionfs (not built by default). It's still missing at least opaque directory support, but until someone figures out how that should work on ffs (see PR kern/kern/44383), there's no point in trying to figure out how it should work here. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/fs/tmpfs/tmpfs.h cvs rdiff -u -r1.61 -r1.62 src/sys/fs/tmpfs/tmpfs_subr.c cvs rdiff -u -r1.75 -r1.76 src/sys/fs/tmpfs/tmpfs_vnops.c cvs rdiff -u -r1.11 -r1.12 src/sys/fs/tmpfs/tmpfs_vnops.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.