summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/optmap.c
diff options
context:
space:
mode:
authorKarel Zak2011-04-01 09:03:39 +0200
committerKarel Zak2011-04-01 09:03:39 +0200
commitf19c952b2fc07ddd7a698cf3a213a9a16d13e7ba (patch)
treeeb591be7c2d1b45cff2595770e7fecf0b92f4be8 /shlibs/mount/src/optmap.c
parentlibmount: support /run/mount rather than /dev/.mount (diff)
downloadkernel-qcow2-util-linux-f19c952b2fc07ddd7a698cf3a213a9a16d13e7ba.tar.gz
kernel-qcow2-util-linux-f19c952b2fc07ddd7a698cf3a213a9a16d13e7ba.tar.xz
kernel-qcow2-util-linux-f19c952b2fc07ddd7a698cf3a213a9a16d13e7ba.zip
umount: use helper= for all UIDs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/optmap.c')
-rw-r--r--shlibs/mount/src/optmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/optmap.c b/shlibs/mount/src/optmap.c
index 4924e9ae3..acd76173f 100644
--- a/shlibs/mount/src/optmap.c
+++ b/shlibs/mount/src/optmap.c
@@ -155,7 +155,7 @@ static const struct libmnt_optmap userspace_opts_map[] =
{ "uhelper=", MNT_MS_UHELPER }, /* /sbin/umount.<helper> */
- { "phelper=", MNT_MS_PHELPER }, /* /sbin/umount.<helper> */
+ { "helper=", MNT_MS_HELPER }, /* /sbin/umount.<helper> */
{ NULL, 0, 0 }
};