mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
Illumos #3741
3741 zfs needs better comments Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com> References: https://www.illumos.org/issues/3741 illumos/illumos-gate@3e30c24aee Ported-by: Richard Yao <ryao@gentoo.org> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #1775
This commit is contained in:
committed by
Brian Behlendorf
parent
b1118acbb1
commit
e49f1e20a0
+1
-1
@@ -1965,7 +1965,7 @@ dmu_init(void)
|
||||
void
|
||||
dmu_fini(void)
|
||||
{
|
||||
arc_fini();
|
||||
arc_fini(); /* arc depends on l2arc, so arc must go first */
|
||||
l2arc_fini();
|
||||
dmu_tx_fini();
|
||||
zfetch_fini();
|
||||
|
||||
Reference in New Issue
Block a user