Re: [PATCH 00/12] xen: add common function for reading optional value

From: David Miller
Date: Mon Oct 31 2016 - 13:09:33 EST


From: Juergen Gross <jgross@xxxxxxxx>
Date: Mon, 31 Oct 2016 17:48:18 +0100

> There are multiple instances of code reading an optional unsigned
> parameter from Xenstore via xenbus_scanf(). Instead of repeating the
> same code over and over add a service function doing the job and
> replace the call of xenbus_scanf() with the call of the new function
> where appropriate.

As this seems to be a series that will go through some tree other
than mine, I assume the networking bits will be taken care of that
way.