9pfs: drop unused fmt strings in the proxy backend
commit799fe087e491e17ff02658d34e5fc696c79f6db5
authorGreg Kurz <groug@kaod.org>
Fri, 16 Sep 2016 06:56:14 +0000 (16 08:56 +0200)
committerGreg Kurz <groug@kaod.org>
Fri, 16 Sep 2016 06:56:14 +0000 (16 08:56 +0200)
treee4cf65376067092d5d2c2dc2a196301e6ced82b9
parent5f473241ac595452ae0638dc63e7af2a2294f5ec
9pfs: drop unused fmt strings in the proxy backend

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 <groug@kaod.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
hw/9pfs/9p-proxy.c