Skip to content
Snippets Groups Projects
Commit 9b441950 authored by Eric Mei's avatar Eric Mei
Browse files

recovery-small 21 LBUG: don't release intent for open etc. (maybe the

same problem of bug 6273?)
parent 187c3acc
No related merge requests found
...@@ -528,7 +528,8 @@ out: ...@@ -528,7 +528,8 @@ out:
ll_lookup_finish_locks(it, de); ll_lookup_finish_locks(it, de);
de->d_flags &= ~DCACHE_LUSTRE_INVALID; de->d_flags &= ~DCACHE_LUSTRE_INVALID;
ll_intent_release(it); if (it == &lookup_it)
ll_intent_release(it);
return rc; return rc;
do_lookup: do_lookup:
it = &lookup_it; it = &lookup_it;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment