don't log iopiece when do_verify is off
authorShawn Lewis <shawnlewis@google.com>
Wed, 21 Nov 2007 08:35:41 +0000 (09:35 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 21 Nov 2007 08:35:41 +0000 (09:35 +0100)
commit8670579ed3a063723f194e6fec8250bec4d8ea25
treeb27427ef2c7a3ab9f9962731b760adfa0a3486f8
parentd9956b64373522fcbe5acb5015fef6d315f252da
don't log iopiece when do_verify is off

Don't log an iopiece if do_verify is off. This allows us to do large write
phases (with verify headers) without using a lot of memory.

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