commit | 88fe1acb5bedfcba5f42fcdf165493ee587ba643 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Sep 01 21:26:09 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Sep 01 21:26:09 2014 -0400 |
tree | eb6afdde3b1c1dbb964855a1673355f3728f5698 | |
parent | be1158cc615fd723552f0d9912087423c7cadda5 [diff] |
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>