patch-2.1.100 linux/include/linux/ufs_fs.h
Next file: linux/include/net/ipv6.h
Previous file: linux/include/linux/sysctl.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Sun May  3 12:03:35 1998
-  Orig file: 
v2.1.99/linux/include/linux/ufs_fs.h
-  Orig date: 
Wed Apr  1 20:11:54 1998
diff -u --recursive --new-file v2.1.99/linux/include/linux/ufs_fs.h linux/include/linux/ufs_fs.h
@@ -255,12 +255,12 @@
 			__s32	fs_contigsumsize;/* size of cluster summary array */
 			__s32	fs_maxsymlinklen;/* max length of an internal symlink */
 			__s32	fs_inodefmt;	/* format of on-disk inodes */
-			__u64	fs_maxfilesize;	/* max representable file size */
+			__u32	fs_maxfilesize[2];/* max representable file size */
 			__u32	fs_qbmask[2];	/* ~usb_bmask */
 			__u32	fs_qfmask[2];	/* ~usb_fmask */
 			__s32	fs_state;	/* file system state time stamp */
 		} fs_44;
-	} fs_u  __attribute__ ((packed));
+	} fs_u;
 	__s32	fs_postblformat;	/* format of positional layout tables */
 	__s32	fs_nrpos;		/* number of rotational positions */
 	__s32	fs_postbloff;		/* (__s16) rotation block list head */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov