aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorMinho Ban <mhban@samsung.com>2012-05-14 15:45:31 -0400
committerRafael J. Wysocki <rjw@sisk.pl>2012-05-18 14:44:59 -0400
commit2df83fa4bce421f8176932142f1004adfba0f9dd (patch)
treeedd5051c5b388e82d8954ec09643873be9bc414c /Documentation/kernel-parameters.txt
parent4e585d25e120f1eae0a3a8bf8f6ebc7692afec18 (diff)
PM / Hibernate: Use get_gendisk to verify partition if resume_file is integer format
Sometimes resume= parameter comes in integer style (e.g. major:minor) and then name_to_dev_t can not detect partition properly. (especially async device like usb, mmc). This patch calls get_gendisk() if resumewait is true and resume_file is in integer format to work around this problem. Signed-off-by: Minho Ban <mhban@samsung.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index c1601e5a8b7..5900b49323c 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2372,6 +2372,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2372 2372
2373 resume= [SWSUSP] 2373 resume= [SWSUSP]
2374 Specify the partition device for software suspend 2374 Specify the partition device for software suspend
2375 Format:
2376 {/dev/<dev> | PARTUUID=<uuid> | <int>:<int> | <hex>}
2375 2377
2376 resume_offset= [SWSUSP] 2378 resume_offset= [SWSUSP]
2377 Specify the offset from the beginning of the partition 2379 Specify the offset from the beginning of the partition