patch-2.3.23 linux/include/linux/nfs.h
Next file: linux/include/linux/nfs_fs.h
Previous file: linux/include/linux/mm.h
Back to the patch index
Back to the overall index
-  Lines: 43
 -  Date:
Mon Oct 18 11:26:37 1999
 -  Orig file: 
v2.3.22/linux/include/linux/nfs.h
 -  Orig date: 
Tue Jun  8 22:11:58 1999
 
diff -u --recursive --new-file v2.3.22/linux/include/linux/nfs.h linux/include/linux/nfs.h
@@ -122,15 +122,6 @@
 	struct nfs_time		ctime;
 };
 
-struct nfs_sattr {
-	__u32			mode;
-	__u32			uid;
-	__u32			gid;
-	__u32			size;
-	struct nfs_time		atime;
-	struct nfs_time		mtime;
-};
-
 struct nfs_fsinfo {
 	__u32			tsize;
 	__u32			bsize;
@@ -150,7 +141,7 @@
 
 struct nfs_sattrargs {
 	struct nfs_fh *		fh;
-	struct nfs_sattr *	sattr;
+	struct iattr *		sattr;
 };
 
 struct nfs_diropargs {
@@ -173,7 +164,7 @@
 struct nfs_createargs {
 	struct nfs_fh *		fh;
 	const char *		name;
-	struct nfs_sattr *	sattr;
+	struct iattr *		sattr;
 };
 
 struct nfs_renameargs {
@@ -193,7 +184,7 @@
 	struct nfs_fh *		fromfh;
 	const char *		fromname;
 	const char *		topath;
-	struct nfs_sattr *	sattr;
+	struct iattr *		sattr;
 };
 
 struct nfs_readdirargs {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)