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:
e6cbdde
)
fill fid2 only if cid is exists
author
tappro
<tappro>
Fri, 5 May 2006 18:45:30 +0000
(18:45 +0000)
committer
tappro
<tappro>
Fri, 5 May 2006 18:45:30 +0000
(18:45 +0000)
lustre/lmv/lmv_intent.c
patch
|
blob
|
history
diff --git
a/lustre/lmv/lmv_intent.c
b/lustre/lmv/lmv_intent.c
index
20e9328
..
4793f52
100644
(file)
--- a/
lustre/lmv/lmv_intent.c
+++ b/
lustre/lmv/lmv_intent.c
@@
-282,6
+282,7
@@
int lmv_intent_getattr(struct obd_export *exp, struct lu_fid *pid,
lmv_obj_put(obj);
}
#endif
+ op_data.fid2 = *cid;
} else {
CDEBUG(D_OTHER, "INTENT getattr for %*s on "DFID3"\n",
len, name, PFID3(pid));
@@
-301,7
+302,6
@@
int lmv_intent_getattr(struct obd_export *exp, struct lu_fid *pid,
}
op_data.fid1 = rpid;
- op_data.fid2 = *cid;
op_data.name = name;
op_data.namelen = len;