mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Remove commented log messages.
This commit is contained in:
parent
35b540bfb2
commit
bd3a7c08c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277504
@ -2090,7 +2090,6 @@ zil_replay(objset_t *os, void *arg, zil_replay_func_t *replay_func[TX_MAX_TYPE])
|
||||
zil_destroy(zilog, B_TRUE);
|
||||
return;
|
||||
}
|
||||
//printf("ZFS: Replaying ZIL on %s...\n", os->os->os_spa->spa_name);
|
||||
|
||||
zr.zr_replay = replay_func;
|
||||
zr.zr_arg = arg;
|
||||
@ -2112,7 +2111,6 @@ zil_replay(objset_t *os, void *arg, zil_replay_func_t *replay_func[TX_MAX_TYPE])
|
||||
zil_destroy(zilog, B_FALSE);
|
||||
txg_wait_synced(zilog->zl_dmu_pool, zilog->zl_destroy_txg);
|
||||
zilog->zl_replay = B_FALSE;
|
||||
//printf("ZFS: Replay of ZIL on %s finished.\n", os->os->os_spa->spa_name);
|
||||
}
|
||||
|
||||
boolean_t
|
||||
|
Loading…
Reference in New Issue
Block a user