commit | 06bd6ebffae36d3b105677598c48e8bd0a10b205 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Sun Aug 22 23:19:42 2010 +0900 |
committer | Tejun Heo <tj@kernel.org> | Mon Aug 23 11:37:49 2010 +0200 |
tree | d75a38a50378a3365bf57383297e0fe0372e916a | |
parent | 8d9df9f0844ed87541453a3ef91bfc9f487053b7 [diff] |
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>