projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e827d3
)
solarisaio: fix aio errno assignment
author
Jens Axboe
<jens.axboe@oracle.com>
Tue, 4 Aug 2009 10:49:36 +0000
(12:49 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 4 Aug 2009 10:49:36 +0000
(12:49 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/solarisaio.c
patch
|
blob
|
blame
|
history
diff --git
a/engines/solarisaio.c
b/engines/solarisaio.c
index 17b7e22c87bcc9b850def35739e4a973d7a129f6..069cda5347c903d9f458772508b2f6eed0d2fc39 100644
(file)
--- a/
engines/solarisaio.c
+++ b/
engines/solarisaio.c
@@
-62,7
+62,7
@@
static void wait_for_event(struct timeval *tv)
io_u->resid = io_u->xfer_buflen - io_u->resultp.aio_return;
io_u->error = 0;
} else
- io_u->error = io_u->resultp.aio_
return
;
+ io_u->error = io_u->resultp.aio_
errno
;
/*
* For SIGIO, we need a write barrier between the two, so that