Re: [PATCH v3] Drivers: hv: ioctl for self targeted passthrough hvcalls
From: Wei Liu
Date: Wed Nov 19 2025 - 16:34:39 EST
On Wed, Nov 19, 2025 at 05:17:08PM +0000, Anirudh Rayabharam wrote:
[...]
> +static inline bool mshv_passthru_hvcall_allowed(u16 code, u64 pt_id)
There is no need to add inline here. The compiler can decide itself.
I can drop this when committing.
Wei