Module Name: src Committed By: pooka Date: Tue Mar 1 15:19:49 UTC 2011
Modified Files: src/tests/fs/puffs/h_dtfs: dtfs_subr.c dtfs_vnops.c Log Message: Reset node's parent pointer when it's removed. Technically the parent still exists, but allows us to avoid complicated g/c algorithms if the parent *is* removed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/puffs/h_dtfs/dtfs_subr.c cvs rdiff -u -r1.7 -r1.8 src/tests/fs/puffs/h_dtfs/dtfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.