Re: [Qemu-devel] [PATCH 1/4] 9pfs: drop unused fmt strings in the proxy backend

2016-09-15 Thread Cédric Le Goater
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 >

[Qemu-devel] [PATCH 1/4] 9pfs: drop unused fmt strings in the proxy backend

2016-09-15 Thread Greg Kurz
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 +++