Re: [PATCH 4/4] NOMMU: Make it possible for RomFS to use MTDdevices directly

From: Andrew Morton
Date: Wed Feb 21 2007 - 19:40:06 EST


On Tue, 20 Feb 2007 19:51:06 +0000
David Howells <dhowells@xxxxxxxxxx> wrote:

> + brelse(bh);

A little fyi: brelse() is rather old-fashioned, and has a usually unneeded
test for non-null bh in it. In situations where we know that the pointer is
valid, let's please use put_bh().

Anyway, I'll assume that dwmw2 will be handling this patch series.
-
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/