Revert "[PATCH] blkparse: final stopwatch check"
authorJens Axboe <axboe@nelson.(none)>
Tue, 27 Sep 2005 08:15:24 +0000 (10:15 +0200)
committerJens Axboe <axboe@nelson.(none)>
Tue, 27 Sep 2005 08:15:24 +0000 (10:15 +0200)
This reverts a795e5fae97e14d77c3c3c7d0f6543e6c5f8c850 commit.

blkparse.c

index 93559261ec9b6f2760461de64e9c2a3f450a8cc1..c9b37593d161ab28d2bf33c1b418c3c762e162bc 100644 (file)
@@ -1444,15 +1444,6 @@ static int do_file(void)
 
                show_entries_rb(0);
 
-               /*
-                * we check this a little late, since we want to make
-                * sure that all files have had a chance to be read
-                * before deciding there are definitely no further
-                * entries before the stop time
-                */
-               if (last_allowed_time > stopwatch_end)
-                       break;
-
        } while (events_added);
 
        if (rb_sort_entries)