diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 10:58:08 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 10:58:08 +0200 |
commit | 8cae43c5d732e86b8a668013b957fdb6363c8388 (patch) | |
tree | 7ff6fb0ddc7a31d151e65213e55be5b9a57a3664 /util-linux/mount.c | |
parent | 68b653b66b0db6b1554806650fb0bebd7af9ef3b (diff) | |
download | busybox-w32-8cae43c5d732e86b8a668013b957fdb6363c8388.tar.gz busybox-w32-8cae43c5d732e86b8a668013b957fdb6363c8388.tar.bz2 busybox-w32-8cae43c5d732e86b8a668013b957fdb6363c8388.zip |
swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
64 | //config: help | 64 | //config: help |
65 | //config: This allows for specifying a device by label or uuid, rather than by | 65 | //config: This allows for specifying a device by label or uuid, rather than by |
66 | //config: name. This feature utilizes the same functionality as blkid/findfs. | 66 | //config: name. This feature utilizes the same functionality as blkid/findfs. |
67 | //config: This also enables label or uuid support for swapon. | ||
68 | //config: | 67 | //config: |
69 | //config:config FEATURE_MOUNT_NFS | 68 | //config:config FEATURE_MOUNT_NFS |
70 | //config: bool "Support mounting NFS file systems on Linux < 2.6.23" | 69 | //config: bool "Support mounting NFS file systems on Linux < 2.6.23" |