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:
0254e90
)
Branch b1_8_gate
author
anserper
<anserper>
Mon, 15 Sep 2008 20:32:10 +0000
(20:32 +0000)
committer
anserper
<anserper>
Mon, 15 Sep 2008 20:32:10 +0000
(20:32 +0000)
b=16935
i=Johann Lombardi
i=Alexey Lyashkov
several swabbing fixes
lustre/mds/mds_reint.c
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_reint.c
b/lustre/mds/mds_reint.c
index
4c7656c
..
a4a9e05
100644
(file)
--- a/
lustre/mds/mds_reint.c
+++ b/
lustre/mds/mds_reint.c
@@
-800,7
+800,7
@@
static int mds_reint_setattr(struct mds_update_record *rec, int offset,
lum->lmm_stripe_offset ==
(typeof(lum->lmm_stripe_offset))(-1) &&
lum->lmm_stripe_count == 0 &&
- l
um->lmm_magic
!= LOV_USER_MAGIC_V3)){
+ l
e32_to_cpu(lum->lmm_magic)
!= LOV_USER_MAGIC_V3)){
rc = fsfilt_set_md(obd, inode, handle, NULL, 0, "lov");
if (rc)
GOTO(cleanup, rc);