On Sat, Sep 29, 2012 at 10:10 PM, Joe Perches <j...@perches.com> wrote:
>> @@ -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>?

That requires adding pr_<level> to arch/um/include/shared/user.h first.
Or to avoid duplication, extracting the pr_<level> definitions from
include/linux/printk.h to a new header file, and preincluding that one for
the user part of UML, too.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

------------------------------------------------------------------------------
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

Reply via email to