prune_io_piece_log() also needs to take list into account
authorJens Axboe <jens.axboe@oracle.com>
Thu, 21 Feb 2008 08:52:35 +0000 (09:52 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 21 Feb 2008 08:52:35 +0000 (09:52 +0100)
commit8ce9cd3dfab6a802272378e02695e87ebe40a973
tree757f9ad9df11e1469b1ce52e8625d4b5f2f4b133
parent9b23c9fb768ef052c7fe7cd825a714976a089e08
prune_io_piece_log() also needs to take list into account

If we didn't use the rbtree but have remaining entries to prune,
loop over the list as well and free those entries.

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