]> git.baikalelectronics.ru Git - kernel.git/commit
relay: use plain timer instead of delayed work
authorTom Zanussi <zanussi@comcast.net>
Wed, 9 May 2007 09:34:01 +0000 (02:34 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:51 +0000 (12:30 -0700)
commit0ce548ee1b41a00bccc796550cc72d1646a4c817
treeb65be3c42762e85f3611fe5298d203f7f901da02
parentc66b33294314fe6cf8c8485628caa9186bcbf588
relay: use plain timer instead of delayed work

relay doesn't need to use schedule_delayed_work() for waking readers
when a simple timer will do.

Signed-off-by: Tom Zanussi <zanussi@comcast.net>
Cc: Satyam Sharma <satyam.sharma@gmail.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/relay.h
kernel/relay.c