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:
20d2412
)
Branch HEAD
author
fanyong
<fanyong>
Wed, 19 Mar 2008 14:39:30 +0000
(14:39 +0000)
committer
fanyong
<fanyong>
Wed, 19 Mar 2008 14:39:30 +0000
(14:39 +0000)
b=15217
i=eric.mei
i=jian.yu
clean the @req after it is freed.
lustre/llite/remote_perm.c
patch
|
blob
|
history
diff --git
a/lustre/llite/remote_perm.c
b/lustre/llite/remote_perm.c
index
ae7b453
..
7c06949
100644
(file)
--- a/
lustre/llite/remote_perm.c
+++ b/
lustre/llite/remote_perm.c
@@
-285,6
+285,7
@@
int lustre_check_remote_perm(struct inode *inode, int mask)
break;
ptlrpc_req_finished(req);
+ req = NULL;
} while (1);
ptlrpc_req_finished(req);
RETURN(rc);