[PATCH] Move td_verror() into io_ops->queue() hook
authorJens Axboe <jens.axboe@oracle.com>
Sun, 11 Feb 2007 00:01:57 +0000 (01:01 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sun, 11 Feb 2007 00:01:57 +0000 (01:01 +0100)
commit95bcd815e5ce55d6cdd8eb83bda5ee411f37bdc9
treeac12fc9c484eb386a580c7d8107898666d3d742f
parent6d663077379b40e1ec6e2321fe8a731087777d32
[PATCH] Move td_verror() into io_ops->queue() hook

Shows where the error occured, not where it got noticed.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/libaio.c
engines/mmap.c
engines/net.c
engines/posixaio.c
engines/sg.c
engines/splice.c
engines/sync.c
fio.c