From: Jeff Mahoney Date: Mon, 23 Sep 2013 20:50:28 +0000 (-0400) Subject: reiserfs: remove useless flush_old_journal_lists X-Git-Tag: v3.12-rc3~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc9cc07ee5bbac58bab88e8a5d6e32785f8fd32;p=pandora-kernel.git reiserfs: remove useless flush_old_journal_lists 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 Signed-off-by: Jan Kara --- Reading git-diff-tree failed