jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint()
authorTheodore Ts'o <tytso@mit.edu>
Tue, 2 Sep 2014 01:26:09 +0000 (21:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Sep 2014 01:26:09 +0000 (21:26 -0400)
commit88fe1acb5bedfcba5f42fcdf165493ee587ba643
treeeb6afdde3b1c1dbb964855a1673355f3728f5698
parentbe1158cc615fd723552f0d9912087423c7cadda5
jbd2: fold __wait_cp_io into jbd2_log_do_checkpoint()

__wait_cp_io() is only called by jbd2_log_do_checkpoint().  Fold it in
to make it a bit easier to understand.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/jbd2/checkpoint.c