X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fcl_io.c;h=5728ac04ba354b02c0a10ef488e1440926f82829;hp=2da5856f2d797102a324ed907749a1a39b3286fc;hb=4533271278;hpb=9765c6174ef580fb4deef4e7faea6d5ed634b00f diff --git a/lustre/obdclass/cl_io.c b/lustre/obdclass/cl_io.c index 2da5856..5728ac0 100644 --- a/lustre/obdclass/cl_io.c +++ b/lustre/obdclass/cl_io.c @@ -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);