commit | 92fb8545b1f9bcf104075ec813ebdf5ddb27e889 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jul 18 21:08:56 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jul 18 21:08:56 2008 -0400 |
tree | ada7ae4d6544f21fa8a2fa5b028b4e6398d8d419 | |
parent | 3467f2db22fb5893ddca11da2a81b1fafa5505c4 [diff] |
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>