From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752084Ab1HVQ5y (ORCPT ); Mon, 22 Aug 2011 12:57:54 -0400 Received: from filtteri6.pp.htv.fi ([213.243.153.189]:41711 "EHLO filtteri6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751359Ab1HVQ5x (ORCPT ); Mon, 22 Aug 2011 12:57:53 -0400 Subject: Re: [PATCH 3/4] string: introduce memchr_inv From: Pekka Enberg To: Akinobu Mita Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, Christoph Lameter , Matt Mackall , Joern Engel , logfs@logfs.org, Marcin Slusarz , Eric Dumazet In-Reply-To: <1314030548-21082-4-git-send-email-akinobu.mita@gmail.com> References: <1314030548-21082-1-git-send-email-akinobu.mita@gmail.com> <1314030548-21082-4-git-send-email-akinobu.mita@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Date: Mon, 22 Aug 2011 19:57:50 +0300 Message-ID: <1314032270.32391.51.camel@jaguar> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2011-08-23 at 01:29 +0900, Akinobu Mita wrote: > memchr_inv() is mainly used to check whether the whole buffer is filled > with just a specified byte. > > The function name and prototype are stolen from logfs and the > implementation is from SLUB. > > Signed-off-by: Akinobu Mita > Cc: Christoph Lameter > Cc: Pekka Enberg > Cc: Matt Mackall > Cc: linux-mm@kvack.org > Cc: Joern Engel > Cc: logfs@logfs.org > Cc: Marcin Slusarz > Cc: Eric Dumazet Acked-by: Pekka Enberg