Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754110AbZDNLSt (ORCPT ); Tue, 14 Apr 2009 07:18:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751314AbZDNLSk (ORCPT ); Tue, 14 Apr 2009 07:18:40 -0400 Received: from brick.kernel.dk ([93.163.65.50]:58848 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915AbZDNLSj (ORCPT ); Tue, 14 Apr 2009 07:18:39 -0400 Date: Tue, 14 Apr 2009 13:18:38 +0200 From: Jens Axboe To: Nikanth Karthikesan Cc: Neil Brown , linux-kernel@vger.kernel.org, Chris Mason , Andrew Morton , Dave Kleikamp , xfs-masters@oss.sgi.com Subject: Re: [PATCH 0/6] Handle bio_alloc failure Message-ID: <20090414111838.GG5178@kernel.dk> References: <200904141636.26557.knikanth@novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904141636.26557.knikanth@novell.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 601 Lines: 18 On Tue, Apr 14 2009, Nikanth Karthikesan wrote: > Hi Jens > > Some of the callers of bio_alloc() assume that it will never fail and always > return bios. But it can fail. This patch set changes those callers to take > action when bio_alloc() fails. It will not fail as long as __GFP_WAIT is set, which it is for all 6 of your patches. -- Jens Axboe -- 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/