mount: fix wrong long option namess
authorRoman Borisov <ext-roman.borisov@nokia.com>
Fri, 25 Feb 2011 11:50:39 +0000 (14:50 +0300)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 26 Feb 2011 17:50:55 +0000 (18:50 +0100)
commit945fd173e9888185d68fecfb060fdfff98900ac4
treea10f479868e8683e4f7f052fd5a4694fa3bc685a
parent3bb235c3b50ca072e8bcfc20d5030f5460439c07
mount: fix wrong long option namess

Fixed the --make-shared, --make-rshared, ... etc. (--make-*) options
in the mount command. Now parse_mount_options() may reasonably process such
options.
Fixed: http://lists.busybox.net/pipermail/busybox/2011-January/074511.html

Signed-off-by: Roman Borisov <ext-roman.borisov@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/mount.c