From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F1066F8.4000602@mvista.com> Date: Fri, 13 Jan 2012 20:16:40 +0300 From: Sergei Shtylyov MIME-Version: 1.0 Subject: Re: [PATCH 3/7] bitops: introduce list_for_each_clear_bit References: <1326470004-10096-1-git-send-email-akinobu.mita@gmail.com> <1326470004-10096-4-git-send-email-akinobu.mita@gmail.com> In-Reply-To: <1326470004-10096-4-git-send-email-akinobu.mita@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Archive: To: Akinobu Mita Cc: linux-s390@vger.kernel.org, linux-usb@vger.kernel.org, Robert Richter , x86@kernel.org, Heiko Carstens , linux-kernel@vger.kernel.org, Ingo Molnar , linux-mtd@lists.infradead.org, "H. Peter Anvin" , Martin Schwidefsky , linux390@de.ibm.com, akpm@linux-foundation.org, David Woodhouse , Thomas Gleixner List-ID: Hello. On 01/13/2012 06:53 PM, Akinobu Mita wrote: > Introduce list_for_each_clear_bit() and list_for_each_clear_bit_from(). It seems you've got somewhat muddled -- you're actually introducing for_each_clear_bit() and for_each_clear_bit_from() > They are similar to for_each_set_bit() and list_for_each_set_bit_from(), > but they iterate over all the cleared bits in a memory region. > Signed-off-by: Akinobu Mita > Cc: Robert Richter > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: "H. Peter Anvin" > Cc: x86@kernel.org > Cc: David Woodhouse > Cc: linux-mtd@lists.infradead.org > Cc: Martin Schwidefsky > Cc: Heiko Carstens > Cc: linux390@de.ibm.com > Cc: linux-s390@vger.kernel.org > Cc: linux-usb@vger.kernel.org WBR, Sergei