diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2007-10-26 13:32:29 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-01-30 02:05:46 -0500 |
commit | e887cbcf911b2d16742832b38411559273ce5d77 (patch) | |
tree | 9a5bf1afb685ada914e441cedcc7285cccecd86b /fs/nfs/internal.h | |
parent | ad879cef8554e20f9b5ca356c878712eb671228c (diff) | |
download | linux-e887cbcf911b2d16742832b38411559273ce5d77.tar.gz linux-e887cbcf911b2d16742832b38411559273ce5d77.tar.bz2 linux-e887cbcf911b2d16742832b38411559273ce5d77.zip |
NFS: Remove support for the 'mountprog' option
Remove the mount option that allows users to specify an alternate mountd
program number. The client hasn't support setting an alternate mountd
program number for a very long time.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index a78a09b40d1b..058d503a0ee1 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h @@ -52,7 +52,6 @@ struct nfs_parsed_mount_data { struct sockaddr_in address; char *hostname; char *export_path; - unsigned int program; int protocol; } nfs_server; }; |