Recent changes (master)
Jens Axboe <[email protected]> Sun, 14 Dec 2025 06:00:01 -0700
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit 26c77cd375fc48511fda408e924416746ea878af:
Merge branch 'patch-1' of https://github.com/fmayer/fio (2025-12-08 19:06:30 -0700)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to 9af9614ba9578a61f08d0b780441d122790d4fed:
Merge branch 'baloo/push-lxolyxxkxkpv' of https://github.com/baloo/fio (2025-12-13 23:29:10 -0700)
----------------------------------------------------------------
Arthur Gautier (1):
fix musl builds
Jens Axboe (1):
Merge branch 'baloo/push-lxolyxxkxkpv' of https://github.com/baloo/fio
oslib/linux-blkzoned.c | 1 +
1 file changed, 1 insertion(+)
---
Diff of recent changes:
diff --git a/oslib/linux-blkzoned.c b/oslib/linux-blkzoned.c
index 78e25fca..c45ef623 100644
--- a/oslib/linux-blkzoned.c
+++ b/oslib/linux-blkzoned.c
@@ -25,6 +25,7 @@
#ifndef BLKFINISHZONE
#define BLKFINISHZONE _IOW(0x12, 136, struct blk_zone_range)
#endif
+#include <linux/falloc.h>
/*
* If the uapi headers installed on the system lacks zone capacity support,