]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - include/xfs_trans.h
xfs: use xfs_defer_create_done for the relogging operation
[thirdparty/xfsprogs-dev.git] / include / xfs_trans.h
index 8371bc7e8a4321c44f402301b7c6b3938a33fbec..ee250d521118d0a202e2859edccc11f4836e60c1 100644 (file)
@@ -158,7 +158,7 @@ libxfs_trans_read_buf(
 }
 
 #define xfs_log_item_in_current_chkpt(lip)     (false)
-#define xfs_trans_item_relog(lip, tp)          (NULL)
+#define xfs_trans_item_relog(lip, dontcare, tp)        (NULL)
 
 /* Contorted mess to make gcc shut up about unused vars. */
 #define xlog_grant_push_threshold(log, need)    \