diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2009-06-18 05:02:11 +0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-06-18 05:02:11 +0400 |
commit | 2ad780978b7c0c3e7877949f098cbd06e7c73839 (patch) | |
tree | ce7dadf676f031d1f3bf81ed9c93b4a333e2cdce /include/linux/nfs2.h | |
parent | 0e5c2632e1c9182f0dadc31bec68d6f42e7905ea (diff) | |
download | linux-2ad780978b7c0c3e7877949f098cbd06e7c73839.tar.xz |
NFS: Clean up MNT program definitions
Clean up: Relocate MNT program procedure number definitions to the
only file that uses them. Relocate the version number definitions,
which are shared, to nfs.h. Remove duplicate program number
definitions.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs2.h')
-rw-r--r-- | include/linux/nfs2.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/nfs2.h b/include/linux/nfs2.h index 0ed9517138fc..fde24b30cc9e 100644 --- a/include/linux/nfs2.h +++ b/include/linux/nfs2.h @@ -64,11 +64,4 @@ struct nfs2_fh { #define NFSPROC_READDIR 16 #define NFSPROC_STATFS 17 -#define NFS_MNT_PROGRAM 100005 -#define NFS_MNT_VERSION 1 -#define MNTPROC_NULL 0 -#define MNTPROC_MNT 1 -#define MNTPROC_UMNT 3 -#define MNTPROC_UMNTALL 4 - #endif /* _LINUX_NFS2_H */ |