Re: [PATCH 1/1] Drivers: hv: vmbus: Remove unused code to check for subchannels
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-10-25 20:58:21
Also in:
lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-10-25 20:58:21
Also in:
lkml
On Mon, Oct 25, 2021 at 12:54:34PM -0700, Michael Kelley wrote:
The last caller of vmbus_are_subchannels_present() was removed in commit
c967590457ca ("scsi: storvsc: Fix a race in sub-channel creation that can cause panic").
Remove this dead code, and the utility function invoke_sc_cb() that it is
the only caller of.
Signed-off-by: Michael Kelley <redacted>Applied to hyperv-next. Thanks.