diff options
| author | Chuck Lever <chuck.lever@oracle.com> | 2009-06-17 18:02:11 -0700 | 
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-06-17 18:02:11 -0700 | 
| commit | 2ad780978b7c0c3e7877949f098cbd06e7c73839 (patch) | |
| tree | ce7dadf676f031d1f3bf81ed9c93b4a333e2cdce /fs/nfs/nfsroot.c | |
| parent | 0e5c2632e1c9182f0dadc31bec68d6f42e7905ea (diff) | |
| download | olio-linux-3.10-2ad780978b7c0c3e7877949f098cbd06e7c73839.tar.xz olio-linux-3.10-2ad780978b7c0c3e7877949f098cbd06e7c73839.zip  | |
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 'fs/nfs/nfsroot.c')
| -rw-r--r-- | fs/nfs/nfsroot.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c index e3ed5908820..24c1b93874c 100644 --- a/fs/nfs/nfsroot.c +++ b/fs/nfs/nfsroot.c @@ -92,6 +92,9 @@  #undef NFSROOT_DEBUG  #define NFSDBG_FACILITY NFSDBG_ROOT +/* Default port to use if server is not running a portmapper */ +#define NFS_MNT_PORT	627 +  /* Default path we try to mount. "%s" gets replaced by our IP address */  #define NFS_ROOT		"/tftpboot/%s"  |