From: Oleg Nesterov Date: Wed, 9 May 2007 09:34:10 +0000 (-0700) Subject: workqueue: kill run_scheduled_work() X-Git-Tag: v2.6.22-rc1~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7097a87afe937a5879528d52880c2d95f089e96c;p=pandora-kernel.git workqueue: kill run_scheduled_work() Because it has no callers. Actually, I think the whole idea of run_scheduled_work() was not right, not good to mix "unqueue this work and execute its ->func()" in one function. Signed-off-by: Oleg Nesterov Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed