Add dropping written variable declaration
This commit is contained in:
parent
240084a033
commit
432399da0f
|
@ -301,7 +301,7 @@ txg_sync_thread(dsl_pool_t *dp)
|
||||||
start = delta = 0;
|
start = delta = 0;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
uint64_t timer, timeout = zfs_txg_timeout * hz;
|
uint64_t timer, timeout = zfs_txg_timeout * hz;
|
||||||
uint64_t txg;
|
uint64_t txg, written;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We sync when we're scrubbing, there's someone waiting
|
* We sync when we're scrubbing, there's someone waiting
|
||||||
|
|
Loading…
Reference in New Issue