Module Name: src Committed By: pooka Date: Fri Jul 30 16:15:06 UTC 2010
Modified Files: src/tests/fs/common: fstest_ext2fs.c fstest_ffs.c fstest_lfs.c fstest_msdosfs.c fstest_nfs.c fstest_puffs.c fstest_sysvbfs.c fstest_tmpfs.c h_fsmacros.h src/tests/fs/ffs: t_mount.c src/tests/fs/nfs/nfsservice: rumpnfsd.c src/tests/fs/puffs: Makefile t_basic.c Log Message: Fold the puffs private and vfs tests mount/unmount routines together. To achieve this, add a file system private parameter to the newfs method (which will obviously not be used by vfs tests). njoly ok To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/common/fstest_ext2fs.c \ src/tests/fs/common/fstest_ffs.c src/tests/fs/common/fstest_msdosfs.c \ src/tests/fs/common/fstest_puffs.c src/tests/fs/common/fstest_sysvbfs.c \ src/tests/fs/common/fstest_tmpfs.c cvs rdiff -u -r1.3 -r1.4 src/tests/fs/common/fstest_lfs.c cvs rdiff -u -r1.2 -r1.3 src/tests/fs/common/fstest_nfs.c cvs rdiff -u -r1.16 -r1.17 src/tests/fs/common/h_fsmacros.h cvs rdiff -u -r1.6 -r1.7 src/tests/fs/ffs/t_mount.c cvs rdiff -u -r1.1 -r1.2 src/tests/fs/nfs/nfsservice/rumpnfsd.c cvs rdiff -u -r1.9 -r1.10 src/tests/fs/puffs/Makefile cvs rdiff -u -r1.6 -r1.7 src/tests/fs/puffs/t_basic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.