diff options
author | Theodore Ts'o <tytso@mit.edu> | 2007-03-31 19:53:53 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-03-31 19:53:53 -0400 |
commit | ccfbb266d6ca61c3c94ef6f391bb6384b8c58841 (patch) | |
tree | 4edafd6e65d2b7be4a993b773adf4981940a9a35 /e2fsck/ChangeLog | |
parent | 56c8c592ac48c0fc9772153bb7bdf621b1de0ab9 (diff) | |
download | e2fsprogs-ccfbb266d6ca61c3c94ef6f391bb6384b8c58841.tar.gz |
e2fsck: Add support for %It in problem description messages
Add support for the %It expansion, which will print the type of the inode
in the problem context.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck/ChangeLog')
-rw-r--r-- | e2fsck/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 5d1de4fc..bb0f6b5f 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,5 +1,8 @@ 2007-03-31 Theodore Tso <tytso@mit.edu> + * message.c (expand_percent_expression): Add support for %It, which + will print the type of the inode. + * pass3.c (fix_dotdot_proc): Fix the filetype of the '..' entry to be EXT2_FT_DIR. (Addresses Lustre BZ #11645) |