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:
c58a3b2
)
b=17299
author
nathan
<nathan>
Fri, 10 Oct 2008 19:08:47 +0000
(19:08 +0000)
committer
nathan
<nathan>
Fri, 10 Oct 2008 19:08:47 +0000
(19:08 +0000)
i=adilger
i=nathan
rename MAXPOOLAME with LOV_MAXPOOLNAME
lustre/lov/lov_ea.c
patch
|
blob
|
history
diff --git
a/lustre/lov/lov_ea.c
b/lustre/lov/lov_ea.c
index
a1ee559
..
08bd222
100755
(executable)
--- a/
lustre/lov/lov_ea.c
+++ b/
lustre/lov/lov_ea.c
@@
-669,7
+669,7
@@
int lsm_unpackmd_v3(struct lov_obd *lov, struct lov_stripe_md *lsm,
lmm = (struct lov_mds_md_v3 *)lmmv1;
lsm_unpackmd_common(lsm, (struct lov_mds_md_v1 *)lmm);
- strncpy(lsm->lsm_pool_name, lmm->lmm_pool_name, MAXPOOLNAME);
+ strncpy(lsm->lsm_pool_name, lmm->lmm_pool_name,
LOV_
MAXPOOLNAME);
for (i = 0; i < lsm->lsm_stripe_count; i++) {
/* XXX LOV STACKING call down to osc_unpackmd() */