X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Ffalloc.c;h=6382569b9a92c42c1ad5d76a75d9441808de6cc8;hb=44f668d7ba3d82c1218951b8c9ed058bedb89e17;hp=a1f6a242b11bb60fe5742923105cfe394907145a;hpb=4634d057febe9b4d7028e6f02963a8fd8996ac6a;p=fio.git diff --git a/engines/falloc.c b/engines/falloc.c index a1f6a242..6382569b 100644 --- a/engines/falloc.c +++ b/engines/falloc.c @@ -65,9 +65,10 @@ open_again: #endif #ifndef FALLOC_FL_PUNCH_HOLE #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */ -#endif -static enum fio_q_status -fio_fallocate_queue(struct thread_data *td, struct io_u *io_u) +#endif + +static enum fio_q_status fio_fallocate_queue(struct thread_data *td, + struct io_u *io_u) { struct fio_file *f = io_u->file; int ret;