Skip to content

Commit

Permalink
Destroy the zfs_allow_log_key TSD key which is newly-added in this br…
Browse files Browse the repository at this point in the history
…anch

(illumos-444f555).
  • Loading branch information
dweeezil committed Jun 21, 2013
1 parent 212f0bb commit 944351e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/zfs/zfs_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -5954,6 +5954,7 @@ _fini(void)

tsd_destroy(&zfs_fsyncer_key);
tsd_destroy(&rrw_tsd_key);
tsd_destroy(&zfs_allow_log_key);

printk(KERN_NOTICE "ZFS: Unloaded module v%s-%s%s\n",
ZFS_META_VERSION, ZFS_META_RELEASE, ZFS_DEBUG_STR);
Expand Down

0 comments on commit 944351e

Please sign in to comment.