]> 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)
commit804b8e0340b465a669fae7bf29644c0e03f2d396
treec4d19803bf985dd55072cba23d567b75bb0e2f31
parent06d99125c999dcc17e7b8c7ec8be5556b866ffbb
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