]> Git Repo - qemu.git/blobdiff - block/commit.c
block: Purify .bdrv_refresh_filename()
[qemu.git] / block / commit.c
index 614a8ca374f08c68dcd256fd4acb415a425a55ed..385fb98527833d0005b262b1bd3c9119b5a0bf58 100644 (file)
@@ -230,7 +230,7 @@ static int coroutine_fn bdrv_commit_top_preadv(BlockDriverState *bs,
     return bdrv_co_preadv(bs->backing, offset, bytes, qiov, flags);
 }
 
-static void bdrv_commit_top_refresh_filename(BlockDriverState *bs, QDict *opts)
+static void bdrv_commit_top_refresh_filename(BlockDriverState *bs)
 {
     pstrcpy(bs->exact_filename, sizeof(bs->exact_filename),
             bs->backing->bs->filename);
This page took 0.017775 seconds and 4 git commands to generate.