Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/share/examples/refuse/fanoutfs
Module Name: src
Committed By: agc
Date: Sat Mar 31 21:05:57 UTC 2007
Added Files:
src/share/examples/refuse/fanoutfs: Makefile TODO defs.h fanoutfs.8
fanoutfs.c fanoutfs.conf
Log Message:
Add a refuse-based "fanout" file system. This is more commonly known in
the BSD world as a "union" file system.
This fanout file system takes a number of directories and makes them
available under a single mount point.
This is more of an example file sytsem than anything else, but is used
as the basis of a number of other file systems which will be forthcoming
"real soon now".
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/share/examples/refuse/fanoutfs/Makefile \
src/share/examples/refuse/fanoutfs/TODO \
src/share/examples/refuse/fanoutfs/defs.h \
src/share/examples/refuse/fanoutfs/fanoutfs.8 \
src/share/examples/refuse/fanoutfs/fanoutfs.c \
src/share/examples/refuse/fanoutfs/fanoutfs.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index