X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fpmemblk.c;h=45f6fb6501a216b78dbfdae34f7ef3807aa77669;hp=e2c558929ff22b883d7ae2d8abfbc787265e6695;hb=411a08212830ad9f7df297676f8f337efdb4bfc2;hpb=4634d057febe9b4d7028e6f02963a8fd8996ac6a diff --git a/engines/pmemblk.c b/engines/pmemblk.c index e2c55892..45f6fb65 100644 --- a/engines/pmemblk.c +++ b/engines/pmemblk.c @@ -342,8 +342,8 @@ static int fio_pmemblk_get_file_size(struct thread_data *td, struct fio_file *f) return 0; } -static enum fio_q_status -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);