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:
e388c78
)
fix uninitialized variable warning
author
pschwan
<pschwan>
Thu, 20 Feb 2003 22:16:51 +0000
(22:16 +0000)
committer
pschwan
<pschwan>
Thu, 20 Feb 2003 22:16:51 +0000
(22:16 +0000)
lustre/mds/mds_open.c
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_open.c
b/lustre/mds/mds_open.c
index
845afd7
..
b28ae50
100644
(file)
--- a/
lustre/mds/mds_open.c
+++ b/
lustre/mds/mds_open.c
@@
-134,6
+134,7
@@
void reconstruct_open(struct mds_update_record *rec, struct ptlrpc_request *req)
if ((obd->obd_flags & OBD_RECOVERING) == 0) {
struct list_head *t;
+ mfd = NULL;
list_for_each(t, &med->med_open_head) {
mfd = list_entry(t, struct mds_file_data, mfd_list);
if (mfd->mfd_xid == req->rq_xid)