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:
29d24e4
)
Get an error from right dentry.
author
deen
<deen>
Tue, 16 Sep 2008 10:10:50 +0000
(10:10 +0000)
committer
deen
<deen>
Tue, 16 Sep 2008 10:10:50 +0000
(10:10 +0000)
b=15574
i=johann
i=alexey.lyashkov
lustre/mdt/mdt_open.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_open.c
b/lustre/mdt/mdt_open.c
index
9720d90
..
6f95d69
100644
(file)
--- a/
lustre/mdt/mdt_open.c
+++ b/
lustre/mdt/mdt_open.c
@@
-717,7
+717,7
@@
void mdt_reconstruct_open(struct mdt_thread_info *info,
}
child = mdt_object_find(env, mdt, rr->rr_fid2);
if (IS_ERR(child)) {
- rc = PTR_ERR(
parent
);
+ rc = PTR_ERR(
child
);
LCONSOLE_WARN("Child "DFID" lookup error %d."
" Evicting client %s with export %s.\n",
PFID(mdt_object_fid(child)), rc,