| commit | 64ed93a268bc18fa6f72f61420d0e0022c5e38d1 | [log] [tgz] |
|---|---|---|
| author | Nishanth Aravamudan <nacc@us.ibm.com> | Sat Sep 10 00:27:21 2005 -0700 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:36 2005 -0700 |
| tree | 1332ce542510b88014767f3536d9150710a2f3f9 | |
| parent | 672289e9faa56acd4e39ad866ea258b7be7c99a6 [diff] |
[PATCH] add schedule_timeout_{,un}interruptible() interfaces
Add schedule_timeout_{,un}interruptible() interfaces so that
schedule_timeout() callers don't have to worry about forgetting to add the
set_current_state() call beforehand.
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>