X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fpmemblk.c;h=45f6fb6501a216b78dbfdae34f7ef3807aa77669;hb=5d2788d5b7987f81e705cd1656017ab36254b4f8;hp=e2c558929ff22b883d7ae2d8abfbc787265e6695;hpb=d3b07186b1d4c7c1d9adc1306407458ce41ad048;p=fio.git 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);