commit | bfe4bc71c64a34813a7bde0ad4d28486679ac3fe | [log] [tgz] |
---|---|---|
author | Richard Guy Briggs <rgb@redhat.com> | Tue Apr 22 21:31:53 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 22 21:42:26 2014 -0400 |
tree | 92e41b1ba89c3ae61cb9c11a56eef6cb36832bbb | |
parent | 4cd3675ebf74d7f559038ded6aa8088e4099a83d [diff] |
netlink: simplify nfnetlink_bind Remove duplicity and simplify code flow by moving the rcu_read_unlock() above the condition and let the flow control exit naturally at the end of the function. Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>