On 07/07/16 09:00, Jan Beulich wrote: > ... as being the simpler variant.
It's really annoying that all these related cleanups where not in the same thread. Don't do this again, please. The better clean-up is to remove xenbus_write() in favour of xenbus_printf() everywhere (especially since one of your "cleanups" made it worse). xenbus_printf() does everything xenbus_write() can do with no loss of readability. David