radix-tree tests: properly initialize mutex
[cascardo/linux.git] / tools / testing / radix-tree / regression1.c
index 2d03a63..0d6813a 100644 (file)
@@ -43,7 +43,7 @@
 #include "regression.h"
 
 static RADIX_TREE(mt_tree, GFP_KERNEL);
-static pthread_mutex_t mt_lock;
+static pthread_mutex_t mt_lock = PTHREAD_MUTEX_INITIALIZER;
 
 struct page {
        pthread_mutex_t lock;