K 10 svn:author V 8 truckman K 8 svn:date V 27 2004-10-08T20:44:47.000000Z K 7 svn:log V 353 Eliminate linked list used to track inodes with an initial link count of zero and instead encode this information in the inode state. Pass 4 performed a linear search of this list for each inode in the file system, which performs poorly if the list is long. Reviewed by: sam & keramida (an earlier version of the patch), mckusick MFC after: 1 month END