> + hlist_bl_for_each_entry(inode, node, &b->head, i_hash) { > + if (inode->i_ino == ino && inode->i_sb == sb) { wouldn't it be more natural to test the sb first here? Otherwise looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html