From: Karel Zak Date: Mon, 21 Jan 2019 16:01:25 +0000 (+0100) Subject: swapon: (man) iomap for swapfile is already supported by kernel X-Git-Tag: v2.34-rc1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77983e4a21588eb75515b307aed0c4c2f67afb79;p=thirdparty%2Futil-linux.git swapon: (man) iomap for swapfile is already supported by kernel ... since commit 67482129cdabf7cede1301d2415ef4f0156d35cd (Linus' tree). Signed-off-by: Karel Zak --- diff --git a/disk-utils/mkswap.8 b/disk-utils/mkswap.8 index bdc631491c..7b6a027462 100644 --- a/disk-utils/mkswap.8 +++ b/disk-utils/mkswap.8 @@ -137,7 +137,7 @@ without the assistance of the filesystem. This is a problem on files with holes or another commands), or on files on copy-on-write filesystems like .BR btrfs . In some cases preallocated files (e.g. fallocate(1) on XFS) maybe interpreted -by kernel as files with holes too. The most portable solution is to use +by old kernel versions as files with holes too. The most portable solution is to use .BR dd (1) and /dev/zero in these cases. .sp