commit | 0e58156d700ac45fd5f0f90698a13233b1fe4c44 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Apr 24 17:21:40 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 26 12:01:11 2019 -0400 |
tree | 50ffd922fe206d6637b4f1ebb1fdd39b7f5caf69 | |
parent | 8c90b795e90f7753d23c18e8b95dd71b4a18c5d9 [diff] |
tipc: remove rcu_read_unlock() left in tipc_udp_recv() I forgot to remove one rcu_read_unlock() before a return statement. Joy of mixing goto and return styles in a function :) Fixes: 4109a2c3b91e ("tipc: tipc_udp_recv() cleanup vs rcu verbs") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>