From: Steve Dickson Date: Wed, 16 Jan 2008 17:01:13 +0000 (-0500) Subject: The kernel doesn't support the underlying parts needed for changing the X-Git-Tag: nfs-utils-1-1-2~21 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=72ada109b86622db8009e774ebc96a7a92094e8a The kernel doesn't support the underlying parts needed for changing the MNT program number. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c index 31df51b..0c8d3e1 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -304,9 +304,6 @@ static struct mount_options *rewrite_mount_options(char *str) if (option) mnt_server.pmap.pm_port = atoi(option); mnt_server.pmap.pm_prog = MOUNTPROG; - option = po_get(options, "mountprog"); - if (option) - mnt_server.pmap.pm_prog = atoi(option); option = po_get(options, "mountvers"); if (option) mnt_server.pmap.pm_vers = atoi(option);