K 10 svn:author V 4 jeff K 8 svn:date V 27 2008-04-22T12:34:16.000000Z K 7 svn:log V 284 - Use a local variable for i_ino in ufs_lookup. It is only used to communicate between two parts of this one function. This was causing problems with shared lookups as each would trash the ino value in the inode. - Remove the unused i_ino field from the inode structure. END