]> git.ipfire.org Git - people/ms/linux.git/blobdiff - fs/xfs/xfs_log.h
Merge branch 'for-6.0/dax' into libnvdimm-fixes
[people/ms/linux.git] / fs / xfs / xfs_log.h
index f3ce046a7d4569ad35a82f6dda30b7e4a8a921ad..2728886c296390b3a75da783d75148e6efe94b12 100644 (file)
@@ -9,7 +9,8 @@
 struct xfs_cil_ctx;
 
 struct xfs_log_vec {
-       struct xfs_log_vec      *lv_next;       /* next lv in build list */
+       struct list_head        lv_list;        /* CIL lv chain ptrs */
+       uint32_t                lv_order_id;    /* chain ordering info */
        int                     lv_niovecs;     /* number of iovecs in lv */
        struct xfs_log_iovec    *lv_iovecp;     /* iovec array */
        struct xfs_log_item     *lv_item;       /* owner */