]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - include/xfs_trans.h
xfs: attach inodes to the cluster buffer when dirtied
[thirdparty/xfsprogs-dev.git] / include / xfs_trans.h
index 84f29418c40c757497743b8834bc7d7fd0189fdc..1f087672a2a8e5440785f3f16c5ccf8a7224f7f8 100644 (file)
@@ -23,6 +23,7 @@ typedef struct xfs_log_item {
        uint                            li_type;        /* item type */
        unsigned long                   li_flags;       /* misc flags */
        struct xfs_buf                  *li_buf;        /* real buffer pointer */
+       struct list_head                li_bio_list;    /* buffer item list */
 } xfs_log_item_t;
 
 #define XFS_LI_DIRTY   3       /* log item dirty in transaction */