]> git.baikalelectronics.ru Git - kernel.git/commit
Fix "delayed_work_pending()" macro expansion
authorLinus Torvalds <torvalds@woody.osdl.org>
Fri, 15 Dec 2006 22:13:51 +0000 (14:13 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 15 Dec 2006 22:13:51 +0000 (14:13 -0800)
commit1795511bb373a90309720fbf6773f136335a9abf
tree522c5eca424c5e96ba959620cfc8128694ddd0c8
parent253fa1784104d69c13a6d867321a8e05fd1a73db
Fix "delayed_work_pending()" macro expansion

Nobody uses it, but it was still wrong.  Using the macro argument name
'work' meant that when we used 'work' as a member name, that would also
get replaced by the macro argument.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/workqueue.h