current->timeout = jiffies + ? -> schedule_timeout(?)

Stephen Frost (sfrost@ns.snowman.net)
Wed, 4 Nov 1998 11:56:42 -0500 (EST)


Is everything that does a 'current->timeout = jiffies + x;' obsolete and
needing to be redone as 'schedule_timeout(x);'? If so let me know and I'll go
ahead and create a patch to do that. Doing a quick look through 2.1.127-7 it
would appear that there is quite a bit that still uses 'current->timeout = ...'
so I'm asking before I go through them all and modify them.

Stephen Frost

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/