From 0be360124f8f108f73365e31448e7550f877f3ac Mon Sep 17 00:00:00 2001 From: Matt Macy Date: Sat, 17 Oct 2020 00:05:34 +0000 Subject: Update OpenZFS to 2.0.0-rc3-gbd565f --- include/sys/zil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sys/zil.h') diff --git a/include/sys/zil.h b/include/sys/zil.h index 7e61a13301c0..ec89de38d443 100644 --- a/include/sys/zil.h +++ b/include/sys/zil.h @@ -462,9 +462,9 @@ extern zil_stats_t zil_stats; #define ZIL_STAT_BUMP(stat) \ ZIL_STAT_INCR(stat, 1); -typedef int zil_parse_blk_func_t(zilog_t *zilog, blkptr_t *bp, void *arg, +typedef int zil_parse_blk_func_t(zilog_t *zilog, const blkptr_t *bp, void *arg, uint64_t txg); -typedef int zil_parse_lr_func_t(zilog_t *zilog, lr_t *lr, void *arg, +typedef int zil_parse_lr_func_t(zilog_t *zilog, const lr_t *lr, void *arg, uint64_t txg); typedef int zil_replay_func_t(void *arg1, void *arg2, boolean_t byteswap); typedef int zil_get_data_t(void *arg, lr_write_t *lr, char *dbuf, -- cgit v1.2.3