iolog: tidy up log_io_piece() conditional
authorSitsofe Wheeler <sitsofe@yahoo.com>
Wed, 10 May 2017 05:33:31 +0000 (06:33 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 14 Aug 2017 03:43:45 +0000 (04:43 +0100)
commit4a06cb413586b95ebc271b0985e907ddcdb3dc4d
tree1695be83ab709c4e348d97aa4644937fb686bafe
parent8d4564e9884cbc6082b798cd828eb43da1bb35ff
iolog: tidy up log_io_piece() conditional

Code inspection shows there are currently guards in the call sites of
log_io_piece() that prevent log_io_piece() being called when
td->o.verify == VERIFY_NONE so skip checking it within log_io_piece().

Tested-by: Jeff Furlong <jeff.furlong@wdc.com>
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
iolog.c