Whamcloud - gitweb
LU-4257 obdclass: Get rid of cl_env hash table
[fs/lustre-release.git] / lustre / obdclass / cl_io.c
index 2da5856..5728ac0 100644 (file)
@@ -424,7 +424,6 @@ void cl_io_unlock(const struct lu_env *env, struct cl_io *io)
                        scan->cis_iop->op[io->ci_type].cio_unlock(env, scan);
        }
        io->ci_state = CIS_UNLOCKED;
-       LASSERT(!cl_env_info(env)->clt_counters[CNL_TOP].ctc_nr_locks_acquired);
        EXIT;
 }
 EXPORT_SYMBOL(cl_io_unlock);