reiserfs: remove useless flush_old_journal_lists
authorJeff Mahoney <jeffm@suse.com>
Mon, 23 Sep 2013 20:50:28 +0000 (16:50 -0400)
committerJan Kara <jack@suse.cz>
Tue, 24 Sep 2013 09:24:21 +0000 (11:24 +0200)
Commit a3172027 introduced test_transaction as a requirement for
flushing old lists -- but it can never return 1 unless the transaction
has already been flushed.

As a result, we have a routine that iterates the j_realblocks list but
doesn't actually do anything. Since it's been this way since 2006 and
the latency numbers were what Chris expected, let's just rip it out.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found