patch-2.1.112 linux/include/linux/ufs_fs_i.h

Next file: linux/include/linux/ufs_fs_sb.h
Previous file: linux/include/linux/ufs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.111/linux/include/linux/ufs_fs_i.h linux/include/linux/ufs_fs_i.h
@@ -8,6 +8,8 @@
  *
  * NeXTstep support added on February 5th 1998 by
  * Niels Kristian Bech Jensen <nkbj@image.dk>.
+ *
+ * write support by Daniel Pirkl <daniel.pirkl@email.cz>
  */
 
 #ifndef _LINUX_UFS_FS_I_H
@@ -16,7 +18,7 @@
 struct ufs_inode_info {
 	union {
 		__u32	i_data[15];
-		__u8	i_symlink[4*15];	/* fast symlink */
+		__u8	i_symlink[4*15];
 	} i_u1;
 	__u64	i_size;
 	__u32	i_flags;
@@ -25,6 +27,8 @@
 	__u32	i_uid;
 	__u32	i_gid;
 	__u32	i_oeftflag;
+	__u16	i_osync;
+	__u32	i_lastfrag;
 };
 
 #endif /* _LINUX_UFS_FS_I_H */

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