Module Name: src Committed By: rmind Date: Fri Jul 2 03:16:01 UTC 2010
Modified Files: src/sys/miscfs/genfs: layer_extern.h layer_subr.c layer_vfsops.c layer_vnops.c src/sys/miscfs/nullfs: null.h null_vfsops.c null_vnops.c Log Message: Slightly clean-up layerfs and nullfs: update the big description more to the reality (remove duplicate one in nullfs, merge some differences from it), KNF, improve and update some comments, add few KASSERT()s, remove unused declarations, avoid double inclusion of headers, misc. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/miscfs/genfs/layer_extern.h cvs rdiff -u -r1.29 -r1.30 src/sys/miscfs/genfs/layer_subr.c cvs rdiff -u -r1.32 -r1.33 src/sys/miscfs/genfs/layer_vfsops.c cvs rdiff -u -r1.41 -r1.42 src/sys/miscfs/genfs/layer_vnops.c cvs rdiff -u -r1.18 -r1.19 src/sys/miscfs/nullfs/null.h cvs rdiff -u -r1.81 -r1.82 src/sys/miscfs/nullfs/null_vfsops.c cvs rdiff -u -r1.34 -r1.35 src/sys/miscfs/nullfs/null_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.