* On 24.07.2011 07:22 PM, Jesper Juhl wrote: > @@ -1190,7 +1190,7 @@ out: > if (!strcmp(opts->iocharset, "utf8")) { > fat_msg(sb, KERN_ERR, "utf8 is not a recommended IO charset" > Is KERN_ERR really the right thing to use here? > Sounds more like a warning to me.. I'm interested to see what Ogawa says, but I'd say KERN_WARNING would be better here as well, yeah.