Re: [RFC 02/11] Drivers: hv: vmbus: Move __vmbus_open()
From: Wei Liu <wei.liu@kernel.org>
Date: 2020-07-21 15:23:13
Also in:
linux-hyperv, linux-scsi, lkml, netdev
From: Wei Liu <wei.liu@kernel.org>
Date: 2020-07-21 15:23:13
Also in:
linux-hyperv, linux-scsi, lkml, netdev
On Tue, Jul 21, 2020 at 09:41:26AM +0800, Boqun Feng wrote:
Pure function movement, no functional changes. The move is made, because in a later change, __vmbus_open() will rely on some static functions afterwards, so we sperate the move and the modification of __vmbus_open() in two patches to make it easy to review. Signed-off-by: Boqun Feng <redacted>
Reviewed-by: Wei Liu <wei.liu@kernel.org>