Make the dprint() processing out-of-line
authorJens Axboe <jens.axboe@oracle.com>
Fri, 19 Mar 2010 15:41:52 +0000 (16:41 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 19 Mar 2010 15:41:52 +0000 (16:41 +0100)
Instead of having the big macro inlined everywhere, only
inline the mask check and put the rest out-of-line. This reduces
the size of fio with 4% here, and speeds it up.

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

No differences found