SVN-Revision: 29284master
parent
9990523a0f
commit
95f0a41bf5
@ -0,0 +1,11 @@ |
|||||||
|
--- a/compat/compat-2.6.36.c
|
||||||
|
+++ b/compat/compat-2.6.36.c
|
||||||
|
@@ -101,7 +101,7 @@ EXPORT_SYMBOL_GPL(system_nrt_wq);
|
||||||
|
void compat_system_workqueue_create()
|
||||||
|
{
|
||||||
|
system_nrt_wq = create_singlethread_workqueue("events_nrt");
|
||||||
|
- WARN_ON(system_nrt_wq);
|
||||||
|
+ WARN_ON(!system_nrt_wq);
|
||||||
|
}
|
||||||
|
|
||||||
|
void compat_system_workqueue_destroy()
|
Loading…
Reference in new issue