]> git.baikalelectronics.ru Git - kernel.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)
commitd1109d6f22dd688ce7769c384d1fa72312df89ff
treec4d19803bf985dd55072cba23d567b75bb0e2f31
parent91f73aa4f751e9aa7991df895c2cec49ed3b3588
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