From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Sun, 04 Nov 2007 17:52:56 +0100
> [NETLINK]: Fix unicast timeouts
>
> Commit ed6dcf4a in the history.git tree broke netlink_unicast timeouts by
> moving the schedule_timeout() call to a new function that doesn't propagate
[NETLINK]: Fix unicast timeouts
Commit ed6dcf4a in the history.git tree broke netlink_unicast timeouts by
moving the schedule_timeout() call to a new function that doesn't propagate
the remaining timeout back to the caller. This means on each retry we start
with the full timeout again.