Revert "blktrace: use for_each_file() instead of open coding the loop"
authorJens Axboe <axboe@kernel.dk>
Mon, 11 Jun 2012 11:19:13 +0000 (13:19 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Jun 2012 11:19:13 +0000 (13:19 +0200)
commit85a47ca2eeac70bad992556d077f18752098e44f
treeeae846f834bd4c9626c94f91be5cf2c61539703f
parentadfc73488616bac66f910d53c75202d5be8afe87
Revert "blktrace: use for_each_file() instead of open coding the loop"

There's another bug in where we don't have the number of
files in replay mode correctly stored in td->o.nr_files. So
revert this until that bug is fixed as well.

This reverts commit adfc73488616bac66f910d53c75202d5be8afe87.
blktrace.c