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:
2be523f
)
Branch b_release_1_6_5
author
johann
<johann>
Fri, 2 May 2008 19:40:15 +0000
(19:40 +0000)
committer
johann
<johann>
Fri, 2 May 2008 19:40:15 +0000
(19:40 +0000)
b=15069
i=rread
i=wangdi
remove LASSERT in ptlrpc_invalidate_import() since ping req can be queued even
imp_invalid is set. See also bug 15716.
lustre/ptlrpc/import.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/import.c
b/lustre/ptlrpc/import.c
index
e65d145
..
8d60653
100644
(file)
--- a/
lustre/ptlrpc/import.c
+++ b/
lustre/ptlrpc/import.c
@@
-234,7
+234,6
@@
void ptlrpc_invalidate_import(struct obd_import *imp)
DEBUG_REQ(D_ERROR, req, "still on delayed list");
}
spin_unlock(&imp->imp_lock);
- LASSERT(atomic_read(&imp->imp_inflight) == 0);
}
out: