Merge branch 'fix-newlines' into refs/top-bases/fix-branch

This commit is contained in:
Brian Behlendorf 2008-12-03 16:56:10 -08:00
commit 189f60fb23
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}