patch-2.4.13 linux/include/linux/reiserfs_fs_i.h
Next file: linux/include/linux/reiserfs_fs_sb.h
Previous file: linux/include/linux/reiserfs_fs.h
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Tue Oct 23 21:59:06 2001
-  Orig file: 
v2.4.12/linux/include/linux/reiserfs_fs_i.h
-  Orig date: 
Thu Oct 18 13:47:37 2001
diff -u --recursive --new-file v2.4.12/linux/include/linux/reiserfs_fs_i.h linux/include/linux/reiserfs_fs_i.h
@@ -40,6 +40,12 @@
                                    is a comment you should make.... -Hans */
   //nopack-attribute
   int nopack;
+  
+  /* we use these for fsync or O_SYNC to decide which transaction needs
+  ** to be committed in order for this inode to be properly flushed
+  */
+  unsigned long i_trans_id ;
+  unsigned long i_trans_index ;
 };
 
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)