diff options
Diffstat (limited to 'module/zfs/dmu_tx.c')
-rw-r--r-- | module/zfs/dmu_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/dmu_tx.c b/module/zfs/dmu_tx.c index 3ee9468854d0..f0119963ced4 100644 --- a/module/zfs/dmu_tx.c +++ b/module/zfs/dmu_tx.c @@ -755,7 +755,7 @@ dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name) * block. So there will be at most 2 blocks total, * including the header block. */ - dmu_tx_count_write(txh, 0, 2 << fzap_default_block_shift); + dmu_tx_count_write(txh, 0, 2ULL << fzap_default_block_shift); return; } |