Skip to content

Commit

Permalink
no zil
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrens committed May 3, 2021
1 parent 8a819d0 commit 4fad2a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module/zfs/zil.c
Original file line number Diff line number Diff line change
Expand Up @@ -2905,6 +2905,9 @@ zil_commit_itx_assign(zilog_t *zilog, zil_commit_waiter_t *zcw)
void
zil_commit(zilog_t *zilog, uint64_t foid)
{
// XXX ZIL can not be on object store, because writes not allowed
// outside syncing context.
return;
/*
* We should never attempt to call zil_commit on a snapshot for
* a couple of reasons:
Expand Down

0 comments on commit 4fad2a1

Please sign in to comment.