On 09/15/2016 04:24 PM, Greg Kurz wrote:
> The v9fs_request() function doesn't use its fmt argument: it passes literal
> format strings to proxy_marshal() for all commands.
>
> This patch simply drops the unused fmt argument and updates all callers
> accordingly.
Reviewed-by: Cédric Le Goater
>
The v9fs_request() function doesn't use its fmt argument: it passes literal
format strings to proxy_marshal() for all commands.
This patch simply drops the unused fmt argument and updates all callers
accordingly.
Signed-off-by: Greg Kurz
---
hw/9pfs/9p-proxy.c | 67 +++