patch-2.3.39 linux/include/linux/umsdos_fs.h

Next file: linux/include/linux/usbdev_fs_i.h
Previous file: linux/include/linux/ufs_fs_i.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.38/linux/include/linux/umsdos_fs.h linux/include/linux/umsdos_fs.h
@@ -65,8 +65,8 @@
 	unsigned char name_len;	/* if == 0, then this entry is not used */
 	unsigned char flags;	/* UMSDOS_xxxx */
 	unsigned short nlink;	/* How many hard links point to this entry */
-	uid_t uid;		/* Owner user id */
-	gid_t gid;		/* Group id */
+	__kernel_uid_t uid;	/* Owner user id */
+	__kernel_gid_t gid;	/* Group id */
 	time_t atime;		/* Access time */
 	time_t mtime;		/* Last modification time */
 	time_t ctime;		/* Creation time */
@@ -145,8 +145,8 @@
 		ino_t st_ino;
 		umode_t st_mode;
 		nlink_t st_nlink;
-		uid_t st_uid;
-		gid_t st_gid;
+		__kernel_uid_t st_uid;
+		__kernel_gid_t st_gid;
 		dev_t st_rdev;
 		unsigned short __pad2;
 		off_t st_size;
@@ -158,8 +158,8 @@
 		unsigned long __unused2;
 		time_t st_ctime;
 		unsigned long __unused3;
-		unsigned long __unused4;
-		unsigned long __unused5;
+		uid_t st_uid32;
+		gid_t st_gid32;
 	} stat;
 	char version, release;
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)