e2fsck: fix problem report typo

Remove the stray left parenthesis.  Observed while testing bigalloc_1k
filesystems with shared/298 on 32 bit ARM running 4.3 kernels.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
debian
Eric Whitney 2016-03-06 21:52:16 -05:00 committed by Theodore Ts'o
parent f3745728bc
commit 5b7afaf181
3 changed files with 3 additions and 3 deletions

View File

@ -1260,7 +1260,7 @@ static struct e2fsck_problem problem_table[] = {
/* Inode extent tree could be narrower */
{ PR_1E_CAN_NARROW_EXTENT_TREE,
N_("@i %i @x tree (at (level %b) could be narrower. "),
N_("@i %i @x tree (at level %b) could be narrower. "),
PROMPT_FIX, PR_NO_OK | PR_PREEN_NO | PR_PREEN_OK },
/* Pass 2 errors */

View File

@ -10,7 +10,7 @@ Level Entries Logical Physical Length Flags
1/ 1 2/ 3 19 - 19 104 - 104 1
1/ 1 3/ 3 21 - 21 105 - 105 1
Pass 1: Checking inodes, blocks, and sizes
Inode 12 extent tree (at (level 1) could be narrower. Fix? yes
Inode 12 extent tree (at level 1) could be narrower. Fix? yes
Pass 1E: Optimizing extent trees
Pass 2: Checking directory structure

View File

@ -3,7 +3,7 @@ Inode 12, end of extent exceeds allowed value
(logical block 15, physical block 200, len 30)
Clear? yes
Inode 12 extent tree (at (level 1) could be narrower. Fix? yes
Inode 12 extent tree (at level 1) could be narrower. Fix? yes
Inode 12, i_blocks is 154, should be 94. Fix? yes