Whamcloud - gitweb
- lost #define changes from 1_6
[fs/lustre-release.git] / lustre / mdc / mdc_locks.c
index 6c28587..b9ec6d1 100644 (file)
@@ -443,8 +443,6 @@ int mdc_enqueue(struct obd_export *exp, struct ldlm_enqueue_info *einfo,
                 lockreq->lock_flags |= LDLM_FL_INTENT_ONLY;
         }
 
-        /* This can go when we're sure that this can never happen */
-        LASSERT(rc != -ENOENT);
         if (rc == ELDLM_LOCK_ABORTED) {
                 einfo->ei_mode = 0;
                 memset(lockh, 0, sizeof(*lockh));