Whamcloud - gitweb
mke2fs: don't ask the proceed question using a regular file
authorTheodore Ts'o <tytso@mit.edu>
Sat, 26 Apr 2014 16:16:44 +0000 (12:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 26 Apr 2014 17:12:39 +0000 (13:12 -0400)
commit83c469bc33e94dc680cacde3e7b12bbdb3b085af
treeca7aa852055b692aca01aeb73466e091efa464fc
parent6f6f567fac3e4c504b8ac5408465ebb7f7395554
mke2fs: don't ask the proceed question using a regular file

Very often people are creating file systems using regular files, so we
shouldn't ask the user to confirm using the proceed question.
Otherwise it encourages users to use the -F flag, which is a bad
thing.

We do need to continue to check if the external journal device is a
block device.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c
misc/tune2fs.c
misc/util.c
misc/util.h