Re: Can we replace the msleep(250) in dev.c netdev_wait_allrefs?
From: Eric Dumazet <hidden>
Date: 2013-01-29 20:21:40
From: Eric Dumazet <hidden>
Date: 2013-01-29 20:21:40
On Tue, 2013-01-29 at 12:00 -0800, Ben Greear wrote:
I think there was a proposal to change it to schedule_timeout_uninterruptible(1); some time ago, but that change never made it upstream (at least not in 3.7.5)? Thanks, Ben
Honestly we should fix the bug at this point, not hide it. We could use msleep(2500) to make sure people will complain ;)