From: Steve Dickson Date: Wed, 16 Jan 2008 17:00:32 +0000 (-0500) Subject: The kernel hasn't supported the underlying parts needed for changing the X-Git-Tag: nfs-utils-1-1-2~22 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=72bc295da78bafff92762b8afbb298ac16d1ff43 The kernel hasn't supported the underlying parts needed for changing the NFS program number for a very long time. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c index cf40313..31df51b 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -317,9 +317,6 @@ static struct mount_options *rewrite_mount_options(char *str) po_remove_all(options, "port"); } nfs_server.pmap.pm_prog = NFS_PROGRAM; - option = po_get(options, "nfsprog"); - if (option) - nfs_server.pmap.pm_prog = atoi(option); option = po_get(options, "nfsvers"); if (option) {