Whamcloud - gitweb
Fix mke2fs error checking when creating revision 0 filesystems
authorTheodore Ts'o <tytso@mit.edu>
Wed, 18 Oct 2006 04:31:11 +0000 (00:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 Oct 2006 04:31:11 +0000 (00:31 -0400)
commitb290d2dc35411479e09328ef8d9c6220c33f2c49
treea886b2a36042d8c2ddc03bf6e6f7ef0ac749a510
parentec3bb41be77e0f3ea864d9ed49e5675411205cda
Fix mke2fs error checking when creating revision 0 filesystems

Fix revision 0 error checking so that it doesn't give spurious error
when the user gives a command-line option of "-O none".Add error
checking so that "-r 0 -j", "-r 0 -s 1", and "-r 0 -E resize=XXX" will
print an explanatory error message and abort.

Addresses Debian bug: #392107

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