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:
071cabc
)
Properly free struct lookup_intent instance at the end of llu_iop_lookup().
author
deen
<deen>
Wed, 24 Sep 2008 21:51:33 +0000
(21:51 +0000)
committer
deen
<deen>
Wed, 24 Sep 2008 21:51:33 +0000
(21:51 +0000)
b=12787
i=johann
i=oleg.drokin
lustre/liblustre/namei.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/namei.c
b/lustre/liblustre/namei.c
index
4b6895b
..
ef60178
100644
(file)
--- a/
lustre/liblustre/namei.c
+++ b/
lustre/liblustre/namei.c
@@
-601,6
+601,8
@@
int llu_iop_lookup(struct pnode *pnode,
}
out:
+ if (it)
+ OBD_FREE(it, sizeof(*it));
liblustre_wait_event(0);
RETURN(rc);
}