Re: [RFC/PATCH] PM / Hibernate : Add wait for disk detection ifresume_file is MAJOR:MINOR style

From: Minho Ban
Date: Mon May 07 2012 - 19:56:31 EST


On 05/08/2012 04:39 AM, Rafael J. Wysocki wrote:
>> + /* name_to_dev_t is ineffective if resume_file comes in major:minor
>> + * format */
>> + if (isdigit(resume_file[0]) && resume_wait) {
>
> The check here is too late. It should be done before name_to_dev_t() is
> used on resume_file for the first time.
>

Thanks for comment, I'll pull it up.

>> + int partno;
>> + while (!get_gendisk(swsusp_resume_device, &partno))
>> + msleep(10);
>> + }
>> +
>> Check_image:
>> pr_debug("PM: Hibernation image partition %d:%d present\n",
>> MAJOR(swsusp_resume_device), MINOR(swsusp_resume_device));
>
> Besides, I'd like the documentation to be updated to reflect this change too.

Do you mean resumewait is needed to be updated in kernel-parameters.txt?


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/