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

cl_lock_free(): remove assertion that does not work in liblustre.

parent 7acbb798
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,6 @@ static void cl_lock_free(const struct lu_env *env, struct cl_lock *lock)
LASSERT(cl_is_lock(lock));
LINVRNT(!cl_lock_is_mutexed(lock));
LINVRNT(!mutex_is_locked(&lock->cll_guard));
ENTRY;
might_sleep();
......
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