* [PATCH 50/47] e2fsck: remove 'invalid' wording from error when extent block fails checksum
@ 2014-12-03 2:52 Darrick J. Wong
0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2014-12-03 2:52 UTC (permalink / raw)
To: tytso; +Cc: linux-ext4
Don't say the physical block number is invalid if an extent block
fails only the checksum. It passes checks, so it's not invalid.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
e2fsck/problem.c | 2 +-
tests/f_extent_int_bad_csum/expect.1 | 2 +-
tests/f_extent_leaf_bad_csum/expect.1 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/e2fsck/problem.c b/e2fsck/problem.c
index 75e0305..b1bcc0d 100644
--- a/e2fsck/problem.c
+++ b/e2fsck/problem.c
@@ -998,7 +998,7 @@ static struct e2fsck_problem problem_table[] = {
*/
{ PR_1_EXTENT_ONLY_CSUM_INVALID,
N_("@i %i extent block passes checks, but checksum does not match "
- "extent\n\t(logical @b %c, @n physical @b %b, len %N)\n"),
+ "extent\n\t(logical @b %c, physical @b %b, len %N)\n"),
PROMPT_FIX, 0 },
/*
diff --git a/tests/f_extent_int_bad_csum/expect.1 b/tests/f_extent_int_bad_csum/expect.1
index 57a2a61..7b412b8 100644
--- a/tests/f_extent_int_bad_csum/expect.1
+++ b/tests/f_extent_int_bad_csum/expect.1
@@ -1,6 +1,6 @@
Pass 1: Checking inodes, blocks, and sizes
Inode 12 extent block passes checks, but checksum does not match extent
- (logical block 698, invalid physical block 1788, len 1)
+ (logical block 698, physical block 1788, len 1)
Fix? yes
Pass 2: Checking directory structure
diff --git a/tests/f_extent_leaf_bad_csum/expect.1 b/tests/f_extent_leaf_bad_csum/expect.1
index 0dc78ad..86e501a 100644
--- a/tests/f_extent_leaf_bad_csum/expect.1
+++ b/tests/f_extent_leaf_bad_csum/expect.1
@@ -1,6 +1,6 @@
Pass 1: Checking inodes, blocks, and sizes
Inode 12 extent block passes checks, but checksum does not match extent
- (logical block 7, invalid physical block 1090, len 1)
+ (logical block 7, physical block 1090, len 1)
Fix? yes
Pass 2: Checking directory structure
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-03 2:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03 2:52 [PATCH 50/47] e2fsck: remove 'invalid' wording from error when extent block fails checksum Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).