mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-27 19:00:29 +08:00
ChangeLog, message.c:
message.c: Add @j abbreviation for journal.
This commit is contained in:
parent
43ec8734f2
commit
1ce6453931
@ -1,5 +1,7 @@
|
||||
2001-01-03 <tytso@snap.thunk.org>
|
||||
|
||||
* message.c: Add @j abbreviation for journal.
|
||||
|
||||
* jfs_user.h: Moved contents of jfs_e2fsck.h into jfs_user.h.
|
||||
|
||||
* journal.c (e2fsck_check_ext3_journal): Force a fsck if we remove
|
||||
|
@ -57,6 +57,7 @@
|
||||
* @C conflicts with some other fs block
|
||||
* @i inode
|
||||
* @I illegal
|
||||
* @j journal
|
||||
* @D deleted
|
||||
* @d directory
|
||||
* @e entry
|
||||
@ -104,6 +105,7 @@ static const char *abbrevs[] = {
|
||||
N_("Cconflicts with some other fs @b"),
|
||||
N_("iinode"),
|
||||
N_("Iillegal"),
|
||||
N_("jjournal"),
|
||||
N_("Ddeleted"),
|
||||
N_("ddirectory"),
|
||||
N_("eentry"),
|
||||
|
Loading…
Reference in New Issue
Block a user