Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. *** kernel/workqueue.c 2015-08-31 03:34:09.000000000 +0900
  2. --- kernel/workqueue.c 2015-09-02 01:58:46.996412743 +0900
  3. ***************
  4. *** 2614,2620 ****
  5. out_unlock:
  6. mutex_unlock(&wq->mutex);
  7. }
  8. ! EXPORT_SYMBOL_GPL(flush_workqueue);
  9.  
  10. /**
  11. * drain_workqueue - drain a workqueue
  12. --- 2614,2620 ----
  13. out_unlock:
  14. mutex_unlock(&wq->mutex);
  15. }
  16. ! EXPORT_SYMBOL(flush_workqueue);
  17.  
  18. /**
  19. * drain_workqueue - drain a workqueue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement