Module Name: src Committed By: christos Date: Tue Apr 12 14:40:16 UTC 2016
Modified Files: src/sys/ufs/ufs: ufs_lookup.c Log Message: - Collect the slot-related variables in their own structure and extract some of the slot finding and updating code into their own function. - Add a new label "next" in the main search loop to avoid nesting and code duplication. - Cache some reclen and ino variables for better readability and efficiency. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/ufs/ufs/ufs_lookup.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.