Whamcloud - gitweb
mke2fs: Fix enforcement of no features for revision 0 filesystems
authorTheodore Ts'o <tytso@mit.edu>
Sat, 19 Jul 2008 01:08:56 +0000 (21:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 19 Jul 2008 01:08:56 +0000 (21:08 -0400)
commit92fb8545b1f9bcf104075ec813ebdf5ddb27e889
treeada7ae4d6544f21fa8a2fa5b028b4e6398d8d419
parent3467f2db22fb5893ddca11da2a81b1fafa5505c4
mke2fs: Fix enforcement of no features for revision 0 filesystems

Fix typo; instead of checking for s_feature_incompat twice, add check
for s_feature_ro_compat.

Thanks to Benno Schulenberg for noticing this problem.

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