Andi Kleen wrote: >> I'll do that, unless anyone's already started. > > Fine by me. I haven't done anything on it. Ideally ext2 too. > >> There's a bit of inconsistency in the patch between: >> >> ext3_msg(sb, KERN_ERR "message"); >> and >> ext3_msg(sb, KERN_ERR, "message"); >> >> just FWIW. > > Where? > > % grep '^+' ext3-msg | grep 'KERN[_A-Z]+[^,]' ^^ext3_msg^^ > % > > The missing comma would probably not compile. > > -Andi > Just a one I guess: $ grep '^+' patch | grep 'KERN[_A-Z]\+[ $]' + ext3_msg(sb, KERN_ERR "(no)acl options not supported"); + printk(KERN_INFO "EXT3-FS (%s): ", sb->s_id); -Eric -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html