[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1300120943.3423.121.camel@edumazet-laptop>
Date: Mon, 14 Mar 2011 17:42:23 +0100
From: Eric Dumazet <eric.dumazet@...il.com>
To: Kurt Van Dijck <kurt.van.dijck@....be>
Cc: socketcan-core@...ts.berlios.de, netdev@...r.kernel.org
Subject: Re: [RFC v3 3/6] can: make struct proto const
Le lundi 14 mars 2011 à 16:02 +0100, Kurt Van Dijck a écrit :
> I see your point.
> The reason I modified this was, as described, checkpatch.pl was complaining.
> Anyway, this sequence was protected by a spinlock 'proto_tab_lock'.
> I don't think it was a race.
>
> Did I miss something?
As soon as proto_tab[proto] = cp; is done, another thread on another cpu
can read the pointer and follow it.
Hmm, I missed can_create() also uses the spinlock protection, so you're
probably right.
It seems a bit overkill :(
phonet uses RCU for example.
--
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