[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140822.122810.1637401319817927091.davem@davemloft.net>
Date: Fri, 22 Aug 2014 12:28:10 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: bernat.ada@...il.com
Cc: kuznet@....inr.ac.ru, jmorris@...ei.org, yoshfuji@...ux-ipv6.org,
kaber@...sh.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, paulmck@...ux.vnet.ibm.com
Subject: Re: [PATCH] net/ipv4/igmp.c: Replace rcu_dereference() with
rcu_access_pointer()
From: Andreea-Cristina Bernat <bernat.ada@...il.com>
Date: Sun, 17 Aug 2014 15:49:41 +0300
> The "rcu_dereference()" call is used directly in a condition.
> Since its return value is never dereferenced it is recommended to use
> "rcu_access_pointer()" instead of "rcu_dereference()".
> Therefore, this patch makes the replacement.
...
> Signed-off-by: Andreea-Cristina Bernat <bernat.ada@...il.com>
Applied.
--
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