From: Jan Kara Date: Thu, 18 Sep 2014 04:58:12 +0000 (-0400) Subject: jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list X-Git-Tag: fixes-against-v3.18-rc2~28^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50849db32a9f529235a84bcc84a6b8e631b1d0ec;p=pandora-kernel.git jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list __jbd2_journal_clean_checkpoint_list() returns number of buffers it freed but noone was using the value so just stop doing that. This also allows for simplifying the calling convention for journal_clean_once_cp_list(). Signed-off-by: Jan Kara Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed