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:
dccf8db
)
Branch b1_6
author
adilger
<adilger>
Fri, 17 Oct 2008 22:04:34 +0000
(22:04 +0000)
committer
adilger
<adilger>
Fri, 17 Oct 2008 22:04:34 +0000
(22:04 +0000)
Quiet printf format warning.
lustre/utils/ll_recover_lost_found_objs.c
patch
|
blob
|
history
diff --git
a/lustre/utils/ll_recover_lost_found_objs.c
b/lustre/utils/ll_recover_lost_found_objs.c
index
f9a08be
..
449cfae
100644
(file)
--- a/
lustre/utils/ll_recover_lost_found_objs.c
+++ b/
lustre/utils/ll_recover_lost_found_objs.c
@@
-323,7
+323,7
@@
int check_last_id(char *mount_path)
for (group = 0; group < MAX_GROUPS; group++) {
max_objid = 0;
- sprintf(dirname, "%s/O/
"LPU64
, mount_path, group);
+ sprintf(dirname, "%s/O/
%llu"
, mount_path, group);
strcpy(lastid_path, dirname);
strcat(lastid_path, "/LAST_ID");