diff options
author | Steve Dickson <steved@redhat.com> | 2008-01-16 12:01:13 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2008-01-16 12:01:13 -0500 |
commit | 72ada109b86622db8009e774ebc96a7a92094e8a (patch) | |
tree | 5c8ab7aed8ef125795b3be3e38551db3c052f27a | |
parent | 72bc295da78bafff92762b8afbb298ac16d1ff43 (diff) | |
download | nfs-utils-72ada109b86622db8009e774ebc96a7a92094e8a.tar.gz nfs-utils-72ada109b86622db8009e774ebc96a7a92094e8a.tar.xz nfs-utils-72ada109b86622db8009e774ebc96a7a92094e8a.zip |
The kernel doesn't support the underlying parts needed for changing the
MNT program number.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/mount/stropts.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); |