K 10 svn:author V 8 cperciva K 8 svn:date V 27 2004-08-06T02:44:58.000000Z K 7 svn:log V 283 When reseting a pending callout, perform the deregistration in callout_reset rather than calling callout_stop. This results in a few lines of code duplication, but it provides a significant performance improvement because it avoids recursing on callout_lock. Requested by: rwatson END