iolog bug: TD_DDIR_READ should be TD_DDIR_WRITE
authorJens Axboe <jens.axboe@oracle.com>
Tue, 15 May 2007 09:12:19 +0000 (11:12 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 15 May 2007 09:12:19 +0000 (11:12 +0200)
commit36361ebb75a8f543aa49ff4f3ee49274261da074
treea4757733d0a4f56b8d4dcd6969e319de395370f9
parente7a7d70b476cbb613c031224d8bf4a5c7b7a0acf
iolog bug: TD_DDIR_READ should be TD_DDIR_WRITE

It's a typo, if we don't have reads stored but writes, then the
global direction should naturally be TD_DDIR_WRITE.

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