Re: [PATCH] hyperv: Remove unused inline functions in hyperv.h
From: Wei Liu
Date: Thu Jul 15 2021 - 08:33:11 EST
Hi Sonia
On Wed, Jul 14, 2021 at 01:20:34PM -0700, Sonia Sharma wrote:
[...]
> -static inline void set_channel_affinity_state(struct vmbus_channel *c,
> - enum hv_numa_policy policy)
> -{
> - c->affinity_policy = policy;
> -}
> -
This function was removed in 8ef4c4abbbc which was committed more than a
year ago.
The other three indeed have no users in tree.
For uptream development please base your changes on the hyperv-next
branch (new features, improvements) or hyperv-fixes branch (bug fixes).
See https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git/ .
Wei.