commit | 13e4b57f6a4e23ceb99794a650d777e74831f4a6 | [log] [tgz] |
---|---|---|
author | Nishanth Aravamudan <nacc@us.ibm.com> | Sat Sep 10 00:27:25 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:37 2005 -0700 |
tree | a585fdc3a2374dbedcf0114fa3c38d2fb7920774 | |
parent | 75bcc8c5e1de78616b04ef9f317a293a7c1c163c [diff] |
[PATCH] mm: 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> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>