jbd2: simplify calling convention around __jbd2_journal_clean_checkpoint_list
authorJan Kara <jack@suse.cz>
Thu, 18 Sep 2014 04:58:12 +0000 (00:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 18 Sep 2014 04:58:12 +0000 (00:58 -0400)
__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 <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

No differences found