Recent changes (master)
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit d2a4910bbefcb3ddecf2868a955ef27ec71286fc:
Merge branch 'dfs' of https://github.com/henglgh/fio (2025-03-07 11:39:42 -0500)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to 58818df7b0948d36ba9743160a1f570700d2347d:
Merge branch 'iouring-spellingfix-2025-03-18' of https://github.com/proact-de/fio (2025-03-18 07:14:24 -0600)
----------------------------------------------------------------
Jens Axboe (1):
Merge branch 'iouring-spellingfix-2025-03-18' of https://github.com/proact-de/fio
Martin Steigerwald (1):
Fix spelling error in IO uring engine.
engines/io_uring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
Diff of recent changes:
diff --git a/engines/io_uring.c b/engines/io_uring.c
index 983e32b7..08f220c8 100644
--- a/engines/io_uring.c
+++ b/engines/io_uring.c
@@ -180,7 +180,7 @@ static struct fio_option options[] = {
.lname = "Additional Write commands support (Write Uncorrectable, Write Zeores)",
.type = FIO_OPT_STR,
.off1 = offsetof(struct ioring_options, write_mode),
- .help = "Issue Write Uncorrectable or Zeroes command instaed of Write command",
+ .help = "Issue Write Uncorrectable or Zeroes command instead of Write command",
.def = "write",
.posval = {
{ .ival = "write",