From: Ben Greear <[EMAIL PROTECTED]>
Date: Wed, 07 Sep 2005 12:36:20 -0700

> Thanks for catching that.  A new patch is attached.  I didn't see any
> printouts for this message even with the fix, so this case must not be
> hit (at least not often).
> 
> Please let me know if you see any more areas for improvement.

Doing an add_timer() for something already scheduled it fine.

Perhaps, the add_timer() calls should be changed with a sequence that
finds the shortest of the currently scheduled timer and the desired
new one, and invoke mod_timer() based upon that.

Oh, please stop doing this to every file you touch:

@@ -1,4 +1,4 @@
-/*
+/* -*- linux-c -*-

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to