iolog: get rid of ic->nofree
authorJens Axboe <axboe@fb.com>
Thu, 3 Jul 2014 23:58:49 +0000 (17:58 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 3 Jul 2014 23:58:49 +0000 (17:58 -0600)
commitc07826cd520cc93ef1d7eaee02c02094b3db3883
tree24e1e3b78391d230ff223baa08676df26767a6a9
parent97eabb2a4edcc237d5203db419728a1c598f061a
iolog: get rid of ic->nofree

Push the free out of flush_chunk(), then the caller just does it
instead. Unifies the log write vs compress as well.

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