From 35f9a1d635e53733f2451ef3388b16fa57e2c6b7 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 16 Jan 2008 11:03:41 -0600 Subject: [PATCH] --- yaml --- r: 80617 b: refs/heads/master c: 594199ebaae5d77f025974dfcfa6651cc81325a8 h: refs/heads/master i: 80615: 63d551448f1ab432808be592419cf68dee615944 v: v3 --- [refs] | 2 +- trunk/fs/dlm/lock.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3ddbe09ee4b7..2a1edba94d2b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ce5246b972f7514af899a63c0faf831d05ed5ee1 +refs/heads/master: 594199ebaae5d77f025974dfcfa6651cc81325a8 diff --git a/trunk/fs/dlm/lock.c b/trunk/fs/dlm/lock.c index bc2e4ba4c1be..7ee7c7c55453 100644 --- a/trunk/fs/dlm/lock.c +++ b/trunk/fs/dlm/lock.c @@ -3857,8 +3857,9 @@ void dlm_receive_buffer(struct dlm_header *hd, int nodeid) ls = dlm_find_lockspace_global(hd->h_lockspace); if (!ls) { - log_print("invalid h_lockspace %x from %d cmd %d type %d", - hd->h_lockspace, nodeid, hd->h_cmd, type); + if (dlm_config.ci_log_debug) + log_print("invalid lockspace %x from %d cmd %d type %d", + hd->h_lockspace, nodeid, hd->h_cmd, type); if (hd->h_cmd == DLM_RCOM && type == DLM_RCOM_STATUS) dlm_send_ls_not_ready(nodeid, rc);