Whamcloud - gitweb
mke2fs, tune2fs: call proceed_question() from check_plausibility()'s caller
authorTheodore Ts'o <tytso@mit.edu>
Sat, 26 Apr 2014 17:14:32 +0000 (13:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 26 Apr 2014 17:14:32 +0000 (13:14 -0400)
commitd69f43f56a215b3335d8cf853b6521715e90b769
tree0da0d28c918606163e0032a9844031c44f21c5c6
parent83c469bc33e94dc680cacde3e7b12bbdb3b085af
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>
misc/mke2fs.c
misc/tune2fs.c
misc/util.c
misc/util.h