stat: treat !per_unit_logs() like IO offload mode
authorJens Axboe <axboe@fb.com>
Mon, 13 Jun 2016 19:32:55 +0000 (13:32 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 13 Jun 2016 19:32:55 +0000 (13:32 -0600)
commit1eb467fb0d2fc2ab41f12d9537184fc6ae95b48a
tree30222616a8efe6dccc835ea6bf53163707ffbbb9
parent2b7625e25e32783272b8e6ffbc1546fa50b9386c
stat: treat !per_unit_logs() like IO offload mode

For IO offload mode, we regrow the logs inline. We need to do the
same for !per_unit_logs(), since we log identically for those.

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