If residual count == full count, fail the io
authorJens Axboe <jens.axboe@oracle.com>
Mon, 12 Mar 2007 08:37:46 +0000 (09:37 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 12 Mar 2007 08:37:46 +0000 (09:37 +0100)
commit9e9d164e7847aba2ce88bf77f9d1778d15d772e5
tree9c4d00055851b255f3de8dbce9c8367c8b0571b8
parentcf3d609747c3e070001173b17ea95e9d6f46b15c
If residual count == full count, fail the io

We always do blocking io, so regard nothing read/written as an error
condition.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c