From: Oleg Nesterov Date: Wed, 9 May 2007 09:34:16 +0000 (-0700) Subject: unify queue_delayed_work() and queue_delayed_work_on() X-Git-Tag: v2.6.22-rc1~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63bc0362521cbaae3ed17b8de7b094f9492453f0;p=pandora-kernel.git unify queue_delayed_work() and queue_delayed_work_on() Change queue_delayed_work() to use queue_delayed_work_on() to avoid the code duplication (saves 133 bytes). Q: queue_delayed_work() enqueues &dwork->work directly when delay == 0, why? [jirislaby@gmail.com: oops fix] Signed-off-by: Oleg Nesterov Signed-off-by: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed