[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081028213118.GB25217@ioremap.net>
Date: Wed, 29 Oct 2008 00:31:18 +0300
From: Evgeniy Polyakov <zbr@...emap.net>
To: Christian Bell <christian@...i.com>
Cc: Eric Dumazet <dada1@...mosbay.com>, netdev@...r.kernel.org
Subject: Re: [PATCH 1/2] udp: introduce struct udp_table and multiple rwlocks
On Tue, Oct 28, 2008 at 02:23:55PM -0700, Christian Bell (christian@...i.com) wrote:
> >+ } else {
> >+ hslot = &udptable->hash[udp_hashfn(net, snum)];
> >+ write_lock_bh(&hslot->lock);
> >+ if (udp_lib_lport_inuse(net, snum, hslot, sk, saddr_comp))
> >+ goto fail;
>
> The fail: label below should still unlock_bh when the above condition
> fails.
This should be new label actually, since it is also used for non-locked
fail.
--
Evgeniy Polyakov
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists