|
Description
|
zil_replay() does a txg_wait_synced() in case any data was processed as part
of the delete queue. We only need to do this if data really was processed,
which is rare. Making the callback routine return a boolean value, and avoiding
the txg_wait_synced() call if no work was done results in a 12x improvement in
mount time.
|