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:
81257e4
)
Branch b1_4
author
adilger
<adilger>
Thu, 12 May 2005 20:42:39 +0000
(20:42 +0000)
committer
adilger
<adilger>
Thu, 12 May 2005 20:42:39 +0000
(20:42 +0000)
Add obd_name to message.
b=6301
lustre/ldlm/ldlm_lib.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_lib.c
b/lustre/ldlm/ldlm_lib.c
index
bf339a8
..
b2808b4
100644
(file)
--- a/
lustre/ldlm/ldlm_lib.c
+++ b/
lustre/ldlm/ldlm_lib.c
@@
-900,7
+900,7
@@
void target_abort_recovery(void *data)
static void target_recovery_expired(unsigned long castmeharder)
{
struct obd_device *obd = (struct obd_device *)castmeharder;
- CERROR("
recovery timed out, aborting\n"
);
+ CERROR("
%s: recovery timed out, aborting\n", obd->obd_name
);
spin_lock_bh(&obd->obd_processing_task_lock);
if (obd->obd_recovering)
obd->obd_abort_recovery = 1;