engines/sg: move asserts and debug statements behind a debug flag
authorVincent Fu <vincent.fu@wdc.com>
Wed, 20 Jun 2018 19:47:16 +0000 (12:47 -0700)
committerVincent Fu <vincent.fu@wdc.com>
Thu, 26 Jul 2018 16:35:52 +0000 (09:35 -0700)
commitaa18e0ecbce33294029cc6a4b722ac2926aa8cd8
tree296d68882667199573ddfde21344d63bf193d3db
parentb4dbb3cece5de5ebc723253b05f69eff1a129a6d
engines/sg: move asserts and debug statements behind a debug flag

The sg ioengine modifications include some debug statements and
integrity checks that could hurt performance. Put these behind
a debug flag.
engines/sg.c