Module Name: src Committed By: hannken Date: Sun Aug 7 06:01:51 UTC 2011
Modified Files: src/sys/fs/union: union.h union_subr.c union_vnops.c src/tests/fs/vfs: t_union.c Log Message: Change union rmdir semantics to fail directory removal for non-empty directories like all other file systems do. Change test accordingly. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/fs/union/union.h cvs rdiff -u -r1.43 -r1.44 src/sys/fs/union/union_subr.c cvs rdiff -u -r1.41 -r1.42 src/sys/fs/union/union_vnops.c cvs rdiff -u -r1.7 -r1.8 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.