]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mkswap: remove system architecture specific max swap size checks
authorSami Kerola <kerolasa@iki.fi>
Sun, 2 Nov 2014 20:26:25 +0000 (20:26 +0000)
committerKarel Zak <kzak@redhat.com>
Fri, 7 Nov 2014 12:21:05 +0000 (13:21 +0100)
commita1466ab2b25189e2102f37d3ffe8d2dd1c7bc3e8
tree72809597771e362209c46e340a1b1d711513f89e
parentb549e9410437425a7c9f379d03dc333fc13c2864
mkswap: remove system architecture specific max swap size checks

Since kernel version 2.3.4 (June 1999) all architectures has used
uint32_t as maximum number or pages in a swap device or file, there is no
longer need to support systems earlier than that.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/mkswap.c