From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752569Ab1HVR1e (ORCPT ); Mon, 22 Aug 2011 13:27:34 -0400 Received: from [85.183.114.52] ([85.183.114.52]:55566 "EHLO Dublin.logfs.org" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751275Ab1HVR1d (ORCPT ); Mon, 22 Aug 2011 13:27:33 -0400 X-Greylist: delayed 1134 seconds by postgrey-1.27 at vger.kernel.org; Mon, 22 Aug 2011 13:27:33 EDT Date: Mon, 22 Aug 2011 19:09:16 +0200 From: =?utf-8?B?SsO2cm4=?= Engel To: Pekka Enberg Cc: Akinobu Mita , linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, Christoph Lameter , Matt Mackall , logfs@logfs.org, Marcin Slusarz , Eric Dumazet Subject: Re: [PATCH 3/4] string: introduce memchr_inv Message-ID: <20110822170916.GZ26160@logfs.org> References: <1314030548-21082-1-git-send-email-akinobu.mita@gmail.com> <1314030548-21082-4-git-send-email-akinobu.mita@gmail.com> <1314032270.32391.51.camel@jaguar> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1314032270.32391.51.camel@jaguar> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 August 2011 19:57:50 +0300, Pekka Enberg wrote: > 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 Acked-by: Joern Engel Jörn -- He who knows that enough is enough will always have enough. -- Lao Tsu