projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72bc295
)
The kernel doesn't support the underlying parts needed for changing the
author
Steve Dickson
<steved@redhat.com>
Wed, 16 Jan 2008 17:01:13 +0000
(12:01 -0500)
committer
Steve Dickson
<steved@redhat.com>
Wed, 16 Jan 2008 17:01:13 +0000
(12:01 -0500)
MNT program number.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/stropts.c
patch
|
blob
|
history
diff --git
a/utils/mount/stropts.c
b/utils/mount/stropts.c
index
31df51b
..
0c8d3e1
100644
(file)
--- 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);