Skip to content
Snippets Groups Projects
Commit 153cde48 authored by Nikita Danilov's avatar Nikita Danilov
Browse files

cl_lock_request(): tag debugging messages with the bug number (proposed by Andreas).

parent 3b7f5229
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment