commit | 8566b86ab9f0f45bc6f7dd422b21de9d0cf5415a | [log] [tgz] |
---|---|---|
author | Jorgen Hansen <jhansen@vmware.com> | Thu Oct 22 08:25:25 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 22 18:26:29 2015 -0700 |
tree | c4d19803bf985dd55072cba23d567b75bb0e2f31 | |
parent | 0db65fcfcded76fe4f74e3ca9f4e2baf67b683ef [diff] |
VSOCK: Fix lockdep issue. The recent fix for the vsock sock_put issue used the wrong initializer for the transport spin_lock causing an issue when running with lockdep checking. Testing: Verified fix on kernel with lockdep enabled. Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Jorgen Hansen <jhansen@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>