NFS: Clean up MNT program definitions
[deliverable/linux.git] / fs / nfs / nfsroot.c
index e3ed5908820baf878df5db43a1bfbd9a28798009..24c1b93874c456c9464d46509df0754200a8d3e1 100644 (file)
@@ -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"
 
This page took 0.025667 seconds and 5 git commands to generate.