diff options
Diffstat (limited to 'tools/testing/radix-tree/regression1.c')
-rw-r--r-- | tools/testing/radix-tree/regression1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/radix-tree/regression1.c b/tools/testing/radix-tree/regression1.c index 2d03a63bb79c..0d6813a61b37 100644 --- a/tools/testing/radix-tree/regression1.c +++ b/tools/testing/radix-tree/regression1.c | |||
@@ -43,7 +43,7 @@ | |||
43 | #include "regression.h" | 43 | #include "regression.h" |
44 | 44 | ||
45 | static RADIX_TREE(mt_tree, GFP_KERNEL); | 45 | static RADIX_TREE(mt_tree, GFP_KERNEL); |
46 | static pthread_mutex_t mt_lock; | 46 | static pthread_mutex_t mt_lock = PTHREAD_MUTEX_INITIALIZER; |
47 | 47 | ||
48 | struct page { | 48 | struct page { |
49 | pthread_mutex_t lock; | 49 | pthread_mutex_t lock; |