]> err.no Git - linux-2.6/blobdiff - include/linux/ext4_fs_i.h
cgroups: introduce cft->read_seq()
[linux-2.6] / include / linux / ext4_fs_i.h
index 4377d249d3789700b114189413f053833d70cb26..d5508d3cf29096db958efa7be8719d69fb155ac0 100644 (file)
@@ -158,6 +158,10 @@ struct ext4_inode_info {
         * struct timespec i_{a,c,m}time in the generic inode.
         */
        struct timespec i_crtime;
+
+       /* mballoc */
+       struct list_head i_prealloc_list;
+       spinlock_t i_prealloc_lock;
 };
 
 #endif /* _LINUX_EXT4_FS_I */