vserver 1.9.3
[linux-2.6.git] / include / linux / reiserfs_fs_i.h
index 57eeaf7..e08142a 100644 (file)
@@ -25,6 +25,7 @@ typedef enum {
     i_link_saved_truncate_mask =  0x0020,
     i_priv_object              =  0x0080,
     i_has_xattr_dir            =  0x0100,
+    i_data_log                =  0x0200,
 } reiserfs_inode_flags;
 
 
@@ -44,7 +45,7 @@ struct reiserfs_inode_info {
     struct list_head i_prealloc_list; /* per-transaction list of inodes which
                                        * have preallocated blocks */
 
-    int new_packing_locality:1;              /* new_packig_locality is created; new blocks
+    unsigned new_packing_locality:1;  /* new_packig_locality is created; new blocks
                                       * for the contents of this directory should be
                                       * displaced */