Revision 56d1b4d2 block/gluster.c

b/block/gluster.c
296 296
    },
297 297
};
298 298

  
299
static int qemu_gluster_open(BlockDriverState *bs, const char *dummy,
300
    QDict *options, int bdrv_flags)
299
static int qemu_gluster_open(BlockDriverState *bs,  QDict *options,
300
                             int bdrv_flags)
301 301
{
302 302
    BDRVGlusterState *s = bs->opaque;
303 303
    int open_flags = O_BINARY;

Also available in: Unified diff