Recent changes (master)
Jens Axboe <[email protected]> Fri, 29 May 2026 06:00:01 -0600
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit d569883e281076e0dec5f5768b828ef44392a11a:
Merge branch 'skip-errored-offset' of https://github.com/minwooim/fio (2026-05-20 09:17:25 -0400)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to 6a66cccb6cb2b321e107b97733faac4db4d95ebc:
Merge branch 'fix-musl-prctl-conflict' of https://github.com/lucashecht/fio (2026-05-28 10:30:47 -0400)
----------------------------------------------------------------
Lucas Hecht (1):
backend: remove linux/prctl.h include to fix musl conflict
Vincent Fu (1):
Merge branch 'fix-musl-prctl-conflict' of https://github.com/lucashecht/fio
backend.c | 1 -
1 file changed, 1 deletion(-)
---
Diff of recent changes:
diff --git a/backend.c b/backend.c
index f6023d0e..e2b33b14 100644
--- a/backend.c
+++ b/backend.c
@@ -32,7 +32,6 @@
#include <pthread.h>
#ifdef CONFIG_LINUX
-#include <linux/prctl.h>
#include <sys/prctl.h>
#endif