X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzil_impl.h;h=6c37c1ac2a1021ccee08ec61ec8ccfbe8b9ef87c;hb=178e73b376297be44253f7655cd8cba3cf082171;hp=1d4c0cc6c1de8b116838e314c57bc286e077a9cd;hpb=6283f55ea1b91e680386388c17d14b89e344fa8d;p=zfs.git diff --git a/include/sys/zil_impl.h b/include/sys/zil_impl.h index 1d4c0cc..6c37c1a 100644 --- a/include/sys/zil_impl.h +++ b/include/sys/zil_impl.h @@ -40,6 +40,7 @@ extern "C" { typedef struct lwb { zilog_t *lwb_zilog; /* back pointer to log struct */ blkptr_t lwb_blk; /* on disk address of this log blk */ + boolean_t lwb_fastwrite; /* is blk marked for fastwrite? */ int lwb_nused; /* # used bytes in buffer */ int lwb_sz; /* size of block and buffer */ char *lwb_buf; /* log write buffer */