Re: [RFC PATCH 33/35] Add the Xenbus sysfs and virtual device hotplug driver.
From: Keir Fraser
Date: Wed Mar 22 2006 - 06:11:37 EST
On 22 Mar 2006, at 08:53, Arjan van de Ven wrote:
+char *kasprintf(const char *fmt, ...)
+{
this should take a gfp mask most likely
It's internal to xenbus driver, where it is used only in safe kernel
thread contexts where GFP_KERNEL is okay. Adding a gfp mask would just
clutter the interface I think.
-- Keir
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/