X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=diskutil.c;h=9fc309563ea55772125f81bd97389d7988cb82fe;hp=4f705c9bb5761a6e302598163cd1d44027d8933c;hb=7f868316a7244cad23735e44e6ef66e5779c9660;hpb=b8d541d5705ef74307277d541ca9153ab8844096 diff --git a/diskutil.c b/diskutil.c index 4f705c9b..9fc30956 100644 --- a/diskutil.c +++ b/diskutil.c @@ -253,7 +253,7 @@ static void find_add_disk_slaves(struct thread_data *td, char *path, closedir(dirhandle); } -static struct disk_util *disk_util_add(struct thread_data * td, int majdev, +static struct disk_util *disk_util_add(struct thread_data *td, int majdev, int mindev, char *path) { struct disk_util *du, *__du;