commit | 9313eb4be3220054c07a7c34c38764ea1ebcd220 | [log] [tgz] |
---|---|---|
author | Jay Fenlason <fenlason@redhat.com> | Tue May 21 04:21:28 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 23 00:03:54 2013 -0700 |
tree | ae6d18e6c2461261e9c5669eb939d2a973063682 | |
parent | f1238261891bea67da845688b7684a3444c61bd9 [diff] |
cxgb3: Fix warning about using rcu_dereference when not in a rcu-locked section It is about using rcu_dereference() when not in a rcu-locked section. It only happens on initialization hence fix the initialization to not rcu_dereference() Signed-off-by: Jay Fenlason <fenlason@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>