commit | d69f43f56a215b3335d8cf853b6521715e90b769 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 26 13:14:32 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 26 13:14:32 2014 -0400 |
tree | 0da0d28c918606163e0032a9844031c44f21c5c6 | |
parent | 83c469bc33e94dc680cacde3e7b12bbdb3b085af [diff] |
mke2fs, tune2fs: call proceed_question() from check_plausibility()'s caller Move the call to proceed_question() from check_plausibility() to its caller. This allows more fine grained control by mke2fs about when it might want to call check_plausibility(). Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>