[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu
[safe/jmp/linux-2.6] / fs / ecryptfs / messaging.c
index a96d341..9cc2aec 100644 (file)
@@ -427,6 +427,7 @@ int ecryptfs_init_messaging(unsigned int transport)
        if (!ecryptfs_daemon_id_hash) {
                rc = -ENOMEM;
                ecryptfs_printk(KERN_ERR, "Failed to allocate memory\n");
+               mutex_unlock(&ecryptfs_daemon_id_hash_mux);
                goto out;
        }
        for (i = 0; i < ecryptfs_hash_buckets; i++)