On Fri, 27 Feb 2026, Eliot Courtney wrote:
> +fn send_rm_control(
> + cmdq: &Cmdq,
> + bar: &Bar0,
> + h_client: u32,
> + h_object: u32,
> + cmd: RmControlMsgFunction,
> + params: &[u8],
> +) -> Result<KVVec<u8>> {
> + let reply = cmdq.send_sync_command(bar, RmControl::new(h_client,
> h_object, cmd, params))?;
This series uses `send_sync_command`, but the cmdq locking series v3 [1]
renamed it to `send_command`? This series will need to be rebased and reposted.
[1]:
https://lore.kernel.org/all/[email protected]/
thanks,
--
Joel Fernandes