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:
56fc0a7
)
mke2fs/tune2fs: Fix max journal size in message to be consistent/correct
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 25 Jul 2008 16:41:32 +0000
(12:41 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 25 Jul 2008 16:41:32 +0000
(12:41 -0400)
Addresses-Debian-Bug: #491620
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/util.c
patch
|
blob
|
history
diff --git
a/misc/util.c
b/misc/util.c
index
7c99a2a
..
8185d20
100644
(file)
--- a/
misc/util.c
+++ b/
misc/util.c
@@
-233,7
+233,7
@@
void parse_journal_opts(const char *opts)
"\tsize=<journal size in megabytes>\n"
"\tdevice=<journal device>\n\n"
"The journal size must be between "
- "1024 and 102400 filesystem blocks.\n\n"), stderr);
+ "1024 and 102400
00
filesystem blocks.\n\n"), stderr);
free(buf);
exit(1);
}