From 8cae43c5d732e86b8a668013b957fdb6363c8388 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Jul 2017 10:58:08 +0200 Subject: swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL Signed-off-by: Denys Vlasenko --- util-linux/mount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index 823b7c13b..5f030607c 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -64,7 +64,6 @@ //config: help //config: This allows for specifying a device by label or uuid, rather than by //config: name. This feature utilizes the same functionality as blkid/findfs. -//config: This also enables label or uuid support for swapon. //config: //config:config FEATURE_MOUNT_NFS //config: bool "Support mounting NFS file systems on Linux < 2.6.23" -- cgit v1.2.3