patch-1.3.73 linux/include/linux/nfs_fs.h

Next file: linux/include/linux/nfs_fs_i.h
Previous file: linux/include/linux/msdos_fs_sb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.72/linux/include/linux/nfs_fs.h linux/include/linux/nfs_fs.h
@@ -126,6 +126,16 @@
 
 extern int nfs_mmap(struct inode * inode, struct file * file, struct vm_area_struct * vma);
 
+/* NFS root */
+
+#define NFS_ROOT_NAME_LEN	256
+#define NFS_ROOT_ADDRS_LEN	128
+
+extern int nfs_root_mount(struct super_block *sb);
+extern int nfs_root_init(char *nfsname, char *nfsaddrs);
+extern char nfs_root_name[];
+extern char nfs_root_addrs[];
+
 #endif /* __KERNEL__ */
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this