> + if (datasize > remaining_size) {
> + printk(KERN_ERR "efivars: Variable size too big\n");
> + return -ENOSPC;Why the printk - you've handed back a sensible error code. If you do have a logging result you need to rate limit it as its from the user. I don't think you need one - -ENOSPC is pretty clear ! -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
