Module Name: src Committed By: dholland Date: Mon Apr 18 00:45:53 UTC 2011
Modified Files: src/sys/kern: vfs_lookup.c Log Message: Move the big chunk of code at "terminal:" outside the loop; since it has an unconditional loop break at the end this can be done safely, now that the other loop break has been patched out. Add a spurious set of braces to preserve the indent for the moment. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/kern/vfs_lookup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.