> So, is this reasonable?
Yes, I like this.
Let's only delete this:
> + if (time_before(now + HZ/2, jiffies)) {
> + ADBG((KERN_WARNING
> + "addrconf_verify(): too slow; jiffies - now = %ld\n",
> + (long)jiffies - (long)now));
> + }
I do not understand how this survived. If you worry about infinite
spinning in loop you could make this check real, f.e. breaking loop
when jiffies >= now+2. In this form it is just mud.
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/