commit | 7b59f1efb1c4ac53c64a2cc412acf5b056cc628b | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Dec 13 18:11:44 2000 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 13 18:11:44 2000 +0000 |
tree | 704f44762d9526db3af08d656726d6e08ad1058f | |
parent | 060b5fbf807dca3ce5f977a693ac68e84c03d13e [diff] |
ChangeLog, super.c: super.c (check_super_block): If we have any of the compatibility flags set, we need to have a revision 1 filesystem. Most kernels will not check the flags on a rev 0 filesystem and we may have corruption issues because of the incompatible changes to the filesystem. Patch from Andreas Dilger.