diff options
author | Chuck Lever | 2007-10-26 19:32:24 +0200 |
---|---|---|
committer | Trond Myklebust | 2008-01-30 08:05:45 +0100 |
commit | ad879cef8554e20f9b5ca356c878712eb671228c (patch) | |
tree | a4ced497cfe4223ec84a7bcf292931c9b240ffdb /fs/nfs/internal.h | |
parent | NFS: Ensure that NFS version 4 mounts use NFS_PORT if nfsport wasn't set (diff) | |
download | kernel-qcow2-linux-ad879cef8554e20f9b5ca356c878712eb671228c.tar.gz kernel-qcow2-linux-ad879cef8554e20f9b5ca356c878712eb671228c.tar.xz kernel-qcow2-linux-ad879cef8554e20f9b5ca356c878712eb671228c.zip |
NFS: Remove support for the 'nfsprog' option
Remove the mount option that allows users to specify an alternate NFS
program number. The client hasn't support setting an alternate NFS
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 75793794aefe..a78a09b40d1b 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h @@ -43,7 +43,6 @@ struct nfs_parsed_mount_data { struct { struct sockaddr_in address; char *hostname; - unsigned int program; unsigned int version; unsigned short port; int protocol; |