diff options
Diffstat (limited to 'block/rbd.c')
-rw-r--r-- | block/rbd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/rbd.c b/block/rbd.c index 0d68145881..1826411492 100644 --- a/block/rbd.c +++ b/block/rbd.c @@ -455,8 +455,7 @@ static QemuOptsList runtime_opts = { }, }; -static int qemu_rbd_open(BlockDriverState *bs, const char *dummy, - QDict *options, int flags) +static int qemu_rbd_open(BlockDriverState *bs, QDict *options, int flags) { BDRVRBDState *s = bs->opaque; char pool[RBD_MAX_POOL_NAME_SIZE]; |