Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b327d
)
fix tiny nit from previous commit
author
Johann Lombardi
<johann@sun.com>
Thu, 14 Jan 2010 14:20:02 +0000
(15:20 +0100)
committer
Johann Lombardi
<johann@sun.com>
Thu, 14 Jan 2010 14:20:02 +0000
(15:20 +0100)
lustre/utils/mkfs_lustre.c
patch
|
blob
|
history
diff --git
a/lustre/utils/mkfs_lustre.c
b/lustre/utils/mkfs_lustre.c
index
fcef47e
..
2cd9fe9
100644
(file)
--- a/
lustre/utils/mkfs_lustre.c
+++ b/
lustre/utils/mkfs_lustre.c
@@
-700,7
+700,7
@@
int make_lustre_backfs(struct mkfs_opts *mop)
strscat(mkfs_cmd, " ", sizeof(mkfs_cmd));
strscat(mkfs_cmd, dev, sizeof(mkfs_cmd));
if (block_count != 0) {
- sprintf(buf, LPU64, block_count);
+ sprintf(buf,
" "
LPU64, block_count);
strscat(mkfs_cmd, buf, sizeof(mkfs_cmd));
}