patch-2.1.82 linux/include/linux/nfs.h
Next file: linux/include/linux/nfs_fs.h
Previous file: linux/include/linux/lp.h
Back to the patch index
Back to the overall index
-  Lines: 28
-  Date:
Sat Jan 24 10:53:00 1998
-  Orig file: 
v2.1.81/linux/include/linux/nfs.h
-  Orig date: 
Sat Dec 20 21:06:01 1997
diff -u --recursive --new-file v2.1.81/linux/include/linux/nfs.h linux/include/linux/nfs.h
@@ -138,6 +138,13 @@
 	__u32			bavail;
 };
 
+struct nfs_writeargs {
+	struct nfs_fh *		fh;
+	__u32			offset;
+	__u32			count;
+	const void *		buffer;
+};
+
 #ifdef NFS_NEED_XDR_TYPES
 
 struct nfs_sattrargs {
@@ -155,13 +162,6 @@
 	__u32			offset;
 	__u32			count;
 	void *			buffer;
-};
-
-struct nfs_writeargs {
-	struct nfs_fh *		fh;
-	__u32			offset;
-	__u32			count;
-	const void *		buffer;
 };
 
 struct nfs_createargs {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov