On Tue, 20 Feb 2007 19:51:06 +0000
David Howells <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to