Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932339Ab2EJVmo (ORCPT ); Thu, 10 May 2012 17:42:44 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:49679 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761589Ab2EJVml convert rfc822-to-8bit (ORCPT ); Thu, 10 May 2012 17:42:41 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 10 May 2012 14:42:41 -0700 Message-ID: Subject: Re: [Bcache v13 09/16] Bcache: generic utility code From: Kent Overstreet To: Dan Williams Cc: linux-bcache@vger.kernel.org, linux-kernel@vger.kernel.org, dm-devel@redhat.com, tejun@google.com, agk@redhat.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 23 Whoops, grepped around but missed that. Thanks. On Thu, May 10, 2012 at 12:35 PM, Dan Williams wrote: > On Wed, May 9, 2012 at 8:10 PM, Kent Overstreet wrote: >> Much of this code should be moved out of drivers/block/bcache, but it >> was originally written for bcache. >> >> Signed-off-by: Kent Overstreet >> --- > > [..] >> +#include > [..] >> +#define bio_alloc_pages(...) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? \ >> + ? ? ? (dynamic_fault() ? -ENOMEM ? ? ?: bio_alloc_pages(__VA_ARGS__)) >> + > > ...these missed the removal of the dynamic_fault bits. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/