Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=3244
Created an attachment (id=9464) Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9464&action=view) Changes to e2fsck e2fsck uses a very different algorithm to calculate inode counts (& links) efficiently. A 'single' bitmap is used to indicate which inodes have a link count of 1. If an inode has a link count greater than 1, then it is stored on a linked list. A 'multiple' bitmap is used to indicate which inodes are present in the linked list. ext2fs_icount_increment() is modified such that if nlink count (el->count) becomes greater than EXT2_LINK_MAX(65000), then it is set to 1. Also when an inode belongs to 'multiple' list (has more than 1 links), then its el->count is incremented only if it is not equal to 1. _______________________________________________ Lustre-devel mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-devel
