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:
7bbcc3c
)
- reverting part of 15716 as it causes constant assert and stops all testing. Shadow...
author
yury
<yury>
Fri, 13 Jun 2008 10:46:30 +0000
(10:46 +0000)
committer
yury
<yury>
Fri, 13 Jun 2008 10:46:30 +0000
(10:46 +0000)
lustre/ptlrpc/import.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/import.c
b/lustre/ptlrpc/import.c
index
213f381
..
023139f
100644
(file)
--- a/
lustre/ptlrpc/import.c
+++ b/
lustre/ptlrpc/import.c
@@
-245,7
+245,7
@@
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);
+
//
LASSERT(atomic_read(&imp->imp_inflight) == 0);
}
out: