diff options
| author | Piotr Wilczek <[email protected]> | 2013-01-27 22:59:25 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-02-20 08:52:41 -0500 |
| commit | 3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1 (patch) | |
| tree | 39f54d31fe25188dd3b41a228b40690a81bb79cb /include/linux/string.h | |
| parent | c8876f1c72ac36879436278892e6c20a93174b6a (diff) | |
gpt: fix partion size limit
Currently, in gpt command, partion size is converted from string
to unsigned long type using 'ustrtol' function. That type limits
the partition size to 4GB.
This patch changes the conversion function to 'ustrtoll' to return
unsigned long long type.
Signed-off-by: Piotr Wilczek <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions
