]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - module/spl/spl-mutex.c
Coverity 9649, 9650, 9651: Uninit
[mirror_spl-debian.git] / module / spl / spl-mutex.c
index e7ec41cf48a400ee3fb55fc0181bb38567378c93..f0389f5d1812ecc04608393df3b373b65471dbc2 100644 (file)
@@ -67,7 +67,6 @@ __spl_mutex_init(kmutex_t *mp, char *name, int type, void *ibc)
        ASSERT(mp);
        ASSERT(name);
        ASSERT(ibc == NULL);
-       ASSERT(mp->km_magic != KM_MAGIC); /* Never double init */
 
        mp->km_name = NULL;
        mp->km_name_size = strlen(name) + 1;