Merge branch 'fix-newlines' into refs/top-bases/fix-branch
This commit is contained in:
commit
189f60fb23
|
@ -1528,7 +1528,7 @@ arc_evict(arc_state_t *state, spa_t *spa, int64_t bytes, boolean_t recycle,
|
|||
mutex_exit(&state->arcs_mtx);
|
||||
|
||||
if (bytes_evicted < bytes)
|
||||
dprintf("only evicted %lld bytes from %x",
|
||||
dprintf("only evicted %lld bytes from %x\n",
|
||||
(longlong_t)bytes_evicted, state);
|
||||
|
||||
if (skipped)
|
||||
|
@ -1628,7 +1628,7 @@ top:
|
|||
}
|
||||
|
||||
if (bytes_deleted < bytes)
|
||||
dprintf("only deleted %lld bytes from %p",
|
||||
dprintf("only deleted %lld bytes from %p\n",
|
||||
(longlong_t)bytes_deleted, state);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue