From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758262AbbJ2X3W (ORCPT ); Thu, 29 Oct 2015 19:29:22 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:33197 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758045AbbJ2X3U (ORCPT ); Thu, 29 Oct 2015 19:29:20 -0400 X-Greylist: delayed 315 seconds by postgrey-1.27 at vger.kernel.org; Thu, 29 Oct 2015 19:29:20 EDT From: Rasmus Villemoes To: James Bottomley Cc: "vkuznets\@redhat.com" , "ulf.hansson\@linaro.org" , "andriy.shevchenko\@linux.intel.com" , "keescook\@chromium.org" , "linux-kernel\@vger.kernel.org" , "akpm\@linux-foundation.org" Subject: Re: [PATCH v3 1/4] lib/string_helpers: change blk_size to u32 for string_get_size() interface Organization: D03 References: <1446136250-11507-1-git-send-email-vkuznets@redhat.com> <1446136250-11507-2-git-send-email-vkuznets@redhat.com> <1446157677.25009.2.camel@Odin.com> <87d1vxtg93.fsf@rasmusvillemoes.dk> X-Hashcash: 1:20:151029:ulf.hansson@linaro.org::b++INhlgtSQOsCoK:0000000000000000000000000000000000000000lry X-Hashcash: 1:20:151029:andriy.shevchenko@linux.intel.com::G3I2YYGVamPAzrqj:00000000000000000000000000001IzJ X-Hashcash: 1:20:151029:akpm@linux-foundation.org::blCUj1GNwIi5O4LU:0000000000000000000000000000000000001bMp X-Hashcash: 1:20:151029:keescook@chromium.org::zlXCrFxvo9SsqUFX:000000000000000000000000000000000000000040is X-Hashcash: 1:20:151029:linux-kernel@vger.kernel.org::Qx4jTvhgiKzDMtFJ:0000000000000000000000000000000004mXO X-Hashcash: 1:20:151029:jbottomley@odin.com::r6KKseW2Y7YgTOFi:0000000000000000000000000000000000000000006eV2 X-Hashcash: 1:20:151029:vkuznets@redhat.com::jUpT0WwnwWm7UId/:0000000000000000000000000000000000000000009hEP Date: Fri, 30 Oct 2015 00:24:02 +0100 In-Reply-To: <87d1vxtg93.fsf@rasmusvillemoes.dk> (Rasmus Villemoes's message of "Fri, 30 Oct 2015 00:19:20 +0100") Message-ID: <878u6ltg19.fsf@rasmusvillemoes.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 30 2015, Rasmus Villemoes wrote: > block sizes as well. For ~13000 semirandom size,blk_size pairs, Sorry, that should have been ~20000. Rasmus