X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=diskutil.c;h=9fc309563ea55772125f81bd97389d7988cb82fe;hb=bcd528f5ffee78b7e5266b208d72afdb978c9452;hp=4f705c9bb5761a6e302598163cd1d44027d8933c;hpb=b8d541d5705ef74307277d541ca9153ab8844096;p=fio.git 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;