SUNRPC: Close a race in __rpc_wait_for_completion_task()
[linux-flexiantxendom0-natty.git] / kernel / sched.c
index 18d38e4..42eab5a 100644 (file)
@@ -4213,6 +4213,7 @@ void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key)
 {
        __wake_up_common(q, mode, 1, 0, key);
 }
+EXPORT_SYMBOL_GPL(__wake_up_locked_key);
 
 /**
  * __wake_up_sync_key - wake up threads blocked on a waitqueue.