Re: [PATCH] vsock: Fix a lockdep warning in __vsock_release()
From: David Miller <davem@davemloft.net>
Date: 2019-08-20 19:45:52
Also in:
linux-hyperv, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-08-20 19:45:52
Also in:
linux-hyperv, lkml
From: Dexuan Cui <decui@microsoft.com> Date: Tue, 20 Aug 2019 03:14:22 +0000
+static void __vsock_release2(struct sock *sk)
Do not duplicate an entire function just to adjust some aspect of the lock debugging, please find a cleaner and more minimal way to implement this fix.