Whamcloud - gitweb
b=17447
[fs/lustre-release.git] / lustre / obdclass / class_hash.c
index 55b41df..0dd18f1 100644 (file)
@@ -128,8 +128,7 @@ lustre_hash_exit(lustre_hash_t *lh)
         int                   i;
         ENTRY;
 
-        if (!lh)
-                return;
+        LASSERT(lh != NULL);
 
         write_lock(&lh->lh_rwlock);