diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-03-07 13:19:35 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-03-07 13:19:35 +0100 |
commit | cd991b9e36b18903f1564a4bfafdc83a9f165219 (patch) | |
tree | 800d4f6fac1033bd9c69ef334f560b1ffe276ac0 /debug.h | |
parent | 4aae5155980cd5e1cfc8303cd30653e1238f4856 (diff) | |
download | fio-cd991b9e36b18903f1564a4bfafdc83a9f165219.tar.gz fio-cd991b9e36b18903f1564a4bfafdc83a9f165219.tar.bz2 |
Fix bad sscan() -> scanf() conversion
Caused fio to stall waiting for disk updates.
Also add --debug=diskutil debug option, to trace what diskutil is doing.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ enum { FD_VERIFY, FD_RANDOM, FD_PARSE, + FD_DISKUTIL, FD_DEBUG_MAX, }; |