K 10 svn:author V 3 chs K 8 svn:date V 27 2019-11-25T19:31:38.875159Z K 7 svn:log V 310 In ffs_freefile(), use a separate variable to hold the inode number within the cg rather than reusuing "ino" for this purpose. This reduces the diff for an upcoming change that improves handling of I/O errors. No functional change. Reviewed by: mckusick Approved by: mckusick (mentor) Sponsored by: Netflix END