[PATCH 4/4] NOMMU: Make it possible for RomFS to use MTD devices directly

Andrew Morton akpm at linux-foundation.org
Wed Feb 21 19:38:39 EST 2007


On Tue, 20 Feb 2007 19:51:06 +0000
David Howells <dhowells at redhat.com> 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.




More information about the linux-mtd mailing list