Module Name: src Committed By: hannken Date: Fri Aug 5 08:17:48 UTC 2011
Modified Files: src/sys/fs/union: union_vnops.c src/tests/fs/vfs: t_union.c Log Message: When union_lookup() creates a shadow directory and nameiop is not LOOKUP it has to restart the lookup to get the componentname right. Fixes PR #44383 (an endless stream of whiteout and opaque dir problems ...) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/fs/union/union_vnops.c cvs rdiff -u -r1.6 -r1.7 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.