On Sat, 2012-09-29 at 19:07 +0200, Geert Uytterhoeven wrote: > Since commit 9429ec96c2718c0d1e3317cf60a87a0405223814 ("um: Preinclude > include/linux/kern_levels.h") the non-prefixed printk() level specifiers > are usable for the user parts of UML.
Thanks here too. > diff --git a/arch/um/os-Linux/aio.c b/arch/um/os-Linux/aio.c [] > @@ -88,7 +88,7 @@ static int do_aio(aio_context_t ctx, enum aio_type type, > int fd, char *buf, > iocbp->aio_nbytes = sizeof(c); > break; > default: > - printk(UM_KERN_ERR "Bogus op in do_aio - %d\n", type); > + printk(KERN_ERR "Bogus op in do_aio - %d\n", type); Maybe a follow-on patch to convert these to pr_<level>? ------------------------------------------------------------------------------ How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219672;13503038;z? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel