| commit | 2ddee1b7a732dc96d479afaa7d0a26aa53990089 | [log] [tgz] |
|---|---|---|
| author | Nishanth Aravamudan <nacc@us.ibm.com> | Sat Sep 10 00:27:29 2005 -0700 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:38 2005 -0700 |
| tree | 9db14954d26c587956b1f83fc6c7bb564b11b42b | |
| parent | 86e8486245a01f05a3267b2e8b5c02c2303b670d [diff] |
[PATCH] drivers/cdrom: fix-up schedule_timeout() usage
Use schedule_timeout_{un,}interruptible() instead of
set_current_state()/schedule_timeout() to reduce kernel size.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Cc: Jens Axboe <axboe@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>