Module Name: src Committed By: pooka Date: Wed Jan 12 21:13:27 UTC 2011
Modified Files: src/tests/fs/union: Makefile src/tests/fs/vfs: Makefile Added Files: src/tests/fs/vfs: t_union.c Removed Files: src/tests/fs/union: t_basic.c Log Message: Move basic unionfs test from fs/union to fs/vfs and make it test all whiteout-supporting file systems with the file system in question as the upper layer. Also, add an unlink to the test to see if whiteouts are really working. ffslog_basic is the test case for PR kern/44377 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/union/Makefile cvs rdiff -u -r1.6 -r0 src/tests/fs/union/t_basic.c cvs rdiff -u -r1.14 -r1.15 src/tests/fs/vfs/Makefile cvs rdiff -u -r0 -r1.1 src/tests/fs/vfs/t_union.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.