From: Mark Tomlinson <mark.tomlin...@alliedtelesis.co.nz> Date: Mon, 15 Feb 2016 16:24:44 +1300
> A previous commit (33f72e6) added notification via netlink for tunnels > when created/modified/deleted. If the notification returned an error, > this error was returned from the tunnel function. If there were no > listeners, the error code ESRCH was returned, even though having no > listeners is not an error. Other calls to this and other similar > notification functions either ignore the error code, or filter ESRCH. > This patch checks for ESRCH and does not flag this as an error. > > Reviewed-by: Hamish Martin <hamish.mar...@alliedtelesis.co.nz> > Signed-off-by: Mark Tomlinson <mark.tomlin...@alliedtelesis.co.nz> Applied and queued up for -stable, thanks. But it seems like we might want to filter out that error in a common location instead of in all of these various spots.