commit | 614d79c09e03d4a421f6d7eab1804600db33e04e | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Mon Jul 24 10:25:22 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 25 12:31:37 2017 -0700 |
tree | b570331c2ce49ad92d9eb374893421234a2b0e42 | |
parent | 3754b87a4e2d8cad644cea9713fed7842504991a [diff] |
socket: fix set not used warning The variable owned_by_user is always set, but only used when kernel is configured with LOCKDEP enabled. Get rid of the warning by moving the code to put the call to owned_by_user into the the rcu_protected call. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>