patch-2.1.79 linux/include/linux/nfs_fs_sb.h

Next file: linux/include/linux/nfsd/nfsd.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/include/linux/nfs_fs_sb.h linux/include/linux/nfs_fs_sb.h
@@ -5,8 +5,7 @@
 #include <linux/in.h>
 
 /*
- * NFS client parameters
- * Part of this is duplicated in rpc_clnt and is therefore obsolete.
+ * NFS client parameters stored in the superblock.
  */
 struct nfs_server {
 	struct rpc_clnt *	client;		/* RPC client handle */
@@ -18,7 +17,7 @@
 	unsigned int		acregmax;
 	unsigned int		acdirmin;
 	unsigned int		acdirmax;
-	char			hostname[256];	/* remote hostname */
+	char *			hostname;	/* remote hostname */
 };
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov