[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070221163839.b4f5e3b5.akpm@linux-foundation.org>
Date: Wed, 21 Feb 2007 16:38:39 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: David Howells <dhowells@...hat.com>
Cc: torvalds@...ux-foundation.org, dwmw2@...radead.org,
linux-kernel@...r.kernel.org, uclinux-dev@...inux.org,
linux-mtd@...ts.infradead.org
Subject: Re: [PATCH 4/4] NOMMU: Make it possible for RomFS to use MTD
devices directly
On Tue, 20 Feb 2007 19:51:06 +0000
David Howells <dhowells@...hat.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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists