]> bbs.cooldavid.org Git - net-next-2.6.git/commit
workqueue: annotate lock context change
authorNamhyung Kim <namhyung@gmail.com>
Sun, 22 Aug 2010 14:19:42 +0000 (23:19 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 23 Aug 2010 09:37:49 +0000 (11:37 +0200)
commit06bd6ebffae36d3b105677598c48e8bd0a10b205
treed75a38a50378a3365bf57383297e0fe0372e916a
parent8d9df9f0844ed87541453a3ef91bfc9f487053b7
workqueue: annotate lock context change

Some of internal functions called within gcwq->lock context releases and
regrabs the lock but were missing proper annotations. Add it.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c