commit | b151d346d4f12158bebd2794da224acc76140cd3 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jan 27 13:12:37 2015 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 27 13:12:52 2015 -0500 |
tree | 728a00e348b2ab292471c2ed6320f0b1d7250881 | |
parent | fac0c8ead88fc91689e18f8f12cfce18bd365ee4 [diff] |
e2fsck: fix message when the journal is deleted and regenerated When we recreate the journal, don't say that the FS "is now ext3 again", since we could be fixing a damaged ext4 FS journal, which does not magically convert the FS back to ext3. [ Use "journaled" instead of "journalled", and also fix the message we print when deleting the journal --Ted ] Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>