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:
e070568
)
Print out lock handle that causes assertion failure.
author
adilger
<adilger>
Fri, 16 Apr 2004 01:02:14 +0000
(
01:02
+0000)
committer
adilger
<adilger>
Fri, 16 Apr 2004 01:02:14 +0000
(
01:02
+0000)
b=3159
lustre/osc/osc_request.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_request.c
b/lustre/osc/osc_request.c
index
84b3ffc
..
73afe01
100644
(file)
--- a/
lustre/osc/osc_request.c
+++ b/
lustre/osc/osc_request.c
@@
-2311,7
+2311,7
@@
static void osc_set_data_with_check(struct lustre_handle *lockh, void *data)
{
struct ldlm_lock *lock = ldlm_handle2lock(lockh);
- LASSERT
(lock != NULL
);
+ LASSERT
F(lock != NULL, "lockh %p, data %p\n"
);
l_lock(&lock->l_resource->lr_namespace->ns_lock);
#ifdef __KERNEL__
if (lock->l_ast_data && lock->l_ast_data != data) {