* [PATCH] e2fsck: fix problem report typo
@ 2016-01-07 16:40 Eric Whitney
2016-01-07 17:59 ` Eric Whitney
0 siblings, 1 reply; 2+ messages in thread
From: Eric Whitney @ 2016-01-07 16:40 UTC (permalink / raw)
To: linux-ext4; +Cc: tytso
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>
---
e2fsck/problem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/e2fsck/problem.c b/e2fsck/problem.c
index a7da94d..7bd660d 100644
--- a/e2fsck/problem.c
+++ b/e2fsck/problem.c
@@ -1255,7 +1255,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 */
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] e2fsck: fix problem report typo
2016-01-07 16:40 [PATCH] e2fsck: fix problem report typo Eric Whitney
@ 2016-01-07 17:59 ` Eric Whitney
0 siblings, 0 replies; 2+ messages in thread
From: Eric Whitney @ 2016-01-07 17:59 UTC (permalink / raw)
To: linux-ext4; +Cc: tytso
* Eric Whitney <enwlinux@gmail.com>:
> 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>
> ---
> e2fsck/problem.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/e2fsck/problem.c b/e2fsck/problem.c
> index a7da94d..7bd660d 100644
> --- a/e2fsck/problem.c
> +++ b/e2fsck/problem.c
> @@ -1255,7 +1255,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 */
> --
> 2.1.4
>
Oops. I neglected to modify the relevant test cases. Please ignore this
patch and I'll send something more complete shortly.
Thanks,
Eric
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-07 18:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07 16:40 [PATCH] e2fsck: fix problem report typo Eric Whitney
2016-01-07 17:59 ` Eric Whitney
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).