X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Flibhdfs.c;h=6000160129402472385da53b478229b123db82b2;hb=d63a472d4b213533236ae9aab9cf9e0ec2854c31;hp=37694fafcb0269231c34d1fba6b2d26ca0855cdf;hpb=4634d057febe9b4d7028e6f02963a8fd8996ac6a;p=fio.git diff --git a/engines/libhdfs.c b/engines/libhdfs.c index 37694faf..60001601 100644 --- a/engines/libhdfs.c +++ b/engines/libhdfs.c @@ -165,8 +165,8 @@ static int fio_hdfsio_prep(struct thread_data *td, struct io_u *io_u) return 0; } -static enum fio_q_status -fio_hdfsio_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_hdfsio_queue(struct thread_data *td, + struct io_u *io_u) { struct hdfsio_data *hd = td->io_ops_data; struct hdfsio_options *options = td->eo;