[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090615152608.7f4f6548.akpm@linux-foundation.org>
Date: Mon, 15 Jun 2009 15:26:08 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Jiri Kosina <trivial@...nel.org>
Cc: zygo.blaxell@...dros.com, linux-kernel@...r.kernel.org,
swise@...ngridcomputing.com
Subject: Re: [PATCH] LIB: remove unmatched write_lock() in gen_pool_destroy
On Mon, 15 Jun 2009 23:35:31 +0200 (CEST)
Jiri Kosina <trivial@...nel.org> wrote:
> > - write_lock(&pool->lock);
> > list_for_each_safe(_chunk, _next_chunk, &pool->chunks) {
> > chunk = list_entry(_chunk, struct gen_pool_chunk, next_chunk);
> > list_del(&chunk->next_chunk);
> > --
> > 1.5.6.5
> >
>
> Hi Zygo,
>
> this doesn't really qualify for trivial tree, as it introduces a
> significant code change. Adding some CCs.
yep, I merged it, thanks.
I wonder why drivers/infiniband/hw/cxgb3 users never noticed this.
--
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