Hi, On Thu 08-07-10 18:39:46, Jiaying Zhang wrote: > The current quota error message doesn't always print the disk name, so > it is hard to identify the "bad" disk when quota error happens. > > This patch changes the standardized quota error message to print out disk name > and function name. It also uses a combination of cpp macro and inline function > to provide better type checking and to lower the text size of the message. Thanks for the patch. I've slightly modified the message to: printk(KERN_ERR "Quota error (device %s): %s: ", ...) and also you have to export __quota_error for quota format modules. Otherwise I've included the patch in my tree. Honza -- Jan Kara <jack@xxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html