]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - include/xfs_trans.h
xfs: automatic dfops buffer relogging
[thirdparty/xfsprogs-dev.git] / include / xfs_trans.h
index c11e694f8d6b1936a611f2df963a5c023fa80e6c..a967a7ffb9705441ef2ee5cec3bfa87812bba812 100644 (file)
@@ -69,9 +69,6 @@ struct xfs_defer_ops {
 
        /* relog these with each roll */
        struct xfs_inode                *dop_inodes[XFS_DEFER_OPS_NR_INODES];
-       struct xfs_buf          *dop_bufs[XFS_DEFER_OPS_NR_BUFS];
-
-       bool                    dop_low;        /* alloc in low mode */
 };
 
 typedef struct xfs_trans {