Re: [PATCH 0/6] Handle bio_alloc failure

From: Jens Axboe
Date: Tue Apr 14 2009 - 07:18:50 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/