Don't clear 'refill_buffers' unconditionally for pattern fill
authorJens Axboe <axboe@fb.com>
Thu, 4 Dec 2014 15:27:21 +0000 (08:27 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 4 Dec 2014 15:27:21 +0000 (08:27 -0700)
commit3397806e19bf63a88309a4e48ae43fd1e64bbf95
treed2327f5031b8adeb9b7d8d8a1135e63e60b5e333
parentd1af28949be138e55dd061132318dfc240758b4c
Don't clear 'refill_buffers' unconditionally for pattern fill

If we have asked for a specific buffer compression, then we need
the refill option (if set).

Signed-off-by: Jens Axboe <axboe@fb.com>
options.c