Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c9b6e
)
e2fsck: fix problem message for PR_1_QUOTA_BAD_MODE
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 9 Oct 2011 19:13:34 +0000
(15:13 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 9 Oct 2011 19:13:34 +0000
(15:13 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/problem.c
patch
|
blob
|
history
diff --git
a/e2fsck/problem.c
b/e2fsck/problem.c
index
6ee3fa4
..
f042b89
100644
(file)
--- a/
e2fsck/problem.c
+++ b/
e2fsck/problem.c
@@
-923,7
+923,7
@@
static struct e2fsck_problem problem_table[] = {
/* Quota inode has bad mode */
{ PR_1_QUOTA_BAD_MODE,
- N_("@q is not regular file. "),
+ N_("@q
@i
is not regular file. "),
PROMPT_CLEAR, PR_PREEN_OK },
/* Quota inode is not in use, but contains data */