]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
VSOCK: Fix lockdep issue.
authorJorgen Hansen <jhansen@vmware.com>
Thu, 22 Oct 2015 15:25:25 +0000 (08:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2015 01:26:29 +0000 (18:26 -0700)
commit8566b86ab9f0f45bc6f7dd422b21de9d0cf5415a
treec4d19803bf985dd55072cba23d567b75bb0e2f31
parent0db65fcfcded76fe4f74e3ca9f4e2baf67b683ef
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>
net/vmw_vsock/vmci_transport.c