Don't scramble buffers if compression is enabled
authorJens Axboe <axboe@fb.com>
Fri, 14 Mar 2014 18:24:28 +0000 (12:24 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 14 Mar 2014 18:24:28 +0000 (12:24 -0600)
commit0574c885b82aea0332ab5fa35af84db0f3946726
tree4e7499103115e6e30a3b145720b40c9ce71fcbdf
parent4e59d0f3a3ff569bddb31fe6927a9faf204ae9bf
Don't scramble buffers if compression is enabled

For the other buffer settings (like patterns, or whether always
to refill or not), we don't do the slight header scramble if
they are enabled. Do they same for compression settings, otherwise
we can skew the compression results.

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