From 153cde48a75839ed0140dcae6b86765a6ee73e00 Mon Sep 17 00:00:00 2001 From: nikita <nikita> Date: Sat, 29 Nov 2008 00:01:25 +0000 Subject: [PATCH] cl_lock_request(): tag debugging messages with the bug number (proposed by Andreas). --- lustre/obdclass/cl_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/cl_lock.c b/lustre/obdclass/cl_lock.c index fca3f160ed..1dae0f84c4 100644 --- a/lustre/obdclass/cl_lock.c +++ b/lustre/obdclass/cl_lock.c @@ -1901,7 +1901,7 @@ struct cl_lock *cl_lock_request(const struct lu_env *env, struct cl_io *io, break; } else if (warn) CL_LOCK_DEBUG(D_WARNING, env, lock, - "got\n"); + "got (see bug 17665)\n"); cl_unuse_locked(env, lock); } cl_lock_hold_release(env, lock, scope, source); -- GitLab