commit | 8e904550d0fffcda2b18d7ab12750b0c75757e89 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Sat Feb 23 01:13:48 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 23 13:51:54 2013 -0500 |
tree | be10511f81dc57b40a3d747940082431fece50b6 | |
parent | 6e601a53566d84e1ffd25e7b6fe0b6894ffd79c0 [diff] |
sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msg The sock_diag_lock_handler() and sock_diag_unlock_handler() actually make the code less readable. Get rid of them and make the lock usage and access to sock_diag_handlers[] clear on the first sight. Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>