summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMinho Ban <mhban@samsung.com>2012-05-14 21:45:31 +0200
committerVarun Wadekar <vwadekar@nvidia.com>2012-07-23 14:08:47 +0530
commit2ceed75257f6b0c279d889bb173fc4c64daa5ae6 (patch)
tree8999582375f9a27c75181f8325f4def29ae4d624 /Documentation
parentd7a27dbfa6553d9e094fb6bc48b99d6fb4e00d57 (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')
-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 c1601e5a8b71..5900b49323cc 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.
resume= [SWSUSP]
Specify the partition device for software suspend
+ Format:
+ {/dev/<dev> | PARTUUID=<uuid> | <int>:<int> | <hex>}
resume_offset= [SWSUSP]
Specify the offset from the beginning of the partition