X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fpmemblk.c;h=45f6fb6501a216b78dbfdae34f7ef3807aa77669;hb=44f668d7ba3d82c1218951b8c9ed058bedb89e17;hp=5d2191557f91bef8f9aecb821cf7068c1ae88db8;hpb=e2b7f9fb0d105de217fe97817b47c594232ac14f;p=fio.git diff --git a/engines/pmemblk.c b/engines/pmemblk.c index 5d219155..45f6fb65 100644 --- a/engines/pmemblk.c +++ b/engines/pmemblk.c @@ -1,5 +1,5 @@ /* - * pmemblk: IO engine that uses NVML libpmemblk to read and write data + * pmemblk: IO engine that uses PMDK libpmemblk to read and write data * * Copyright (C) 2016 Hewlett Packard Enterprise Development LP * @@ -342,7 +342,8 @@ static int fio_pmemblk_get_file_size(struct thread_data *td, struct fio_file *f) return 0; } -static int fio_pmemblk_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_pmemblk_queue(struct thread_data *td, + struct io_u *io_u) { struct fio_file *f = io_u->file; fio_pmemblk_file_t pmb = FILE_ENG_DATA(f);