commit | 60602982720f3a77366ee3e493a6e3d15e7e84f5 | [log] [tgz] |
---|---|---|
author | WANG Cong <xiyou.wangcong@gmail.com> | Tue Nov 29 09:14:56 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 01 11:29:02 2016 -0500 |
tree | bb3103c6262c7627550d05124974f8a6f11602ed | |
parent | 88578468196f72d13672b86b6236f9c6fb035869 [diff] |
audit: remove useless synchronize_net() netlink kernel socket is protected by refcount, not RCU. Its rcv path is neither protected by RCU. So the synchronize_net() is just pointless. Cc: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>