chiark / gitweb /
udev: event - keep one rtnl per worker, rather than per event
authorTom Gundersen <teg@jklm.no>
Tue, 9 Sep 2014 09:15:37 +0000 (11:15 +0200)
committerTom Gundersen <teg@jklm.no>
Tue, 9 Sep 2014 13:30:10 +0000 (15:30 +0200)
Creating the rtnl context is cheap, but freeing it may not be, due to
synchronous close().

Also drop some excessive logging. We now log about the changing ifname
exactly once.


No differences found