Re: [PATCH] vsock: Fix a lockdep warning in __vsock_release()

From: David Miller
Date: Tue Aug 20 2019 - 15:45:52 EST


From: Dexuan Cui <decui@xxxxxxxxxxxxx>
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.