From d5965bf9600d843e68284c6da3d3a6989cbe5877 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 5 Oct 2011 10:52:16 +0200 Subject: Add comment --- src/hrs-scaling.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index b33f4932..a3d54656 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -218,6 +218,7 @@ static void run_merge_job(void *vwargs, int cookie) if ( !get_scalable(refl) ) continue; get_indices(refl, &h, &k, &l); + /* FIXME (somehow): Huge contention on this lock */ pthread_mutex_lock(wargs->full_lock); f = find_refl(full, h, k, l); if ( f == NULL ) { -- cgit v1.2.3