commit | 75bcc8c5e1de78616b04ef9f317a293a7c1c163c | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <[email protected]> | Sat Sep 10 00:27:24 2005 -0700 |
committer | Linus Torvalds <[email protected]> | Sat Sep 10 10:06:37 2005 -0700 |
tree | fabdfd7fbc46baae5638b41648444d805e14eb3c | |
parent | 041e0e3b1970c508dc9a95b7dd9dc86271a7d7ac [diff] |
[PATCH] kernel: 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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>