]> git.proxmox.com Git - mirror_zfs.git/commit
Illumos 5177 - remove dead code from dsl_scan.c
authorMatthew Ahrens <mahrens@delphix.com>
Wed, 17 Sep 2014 07:07:28 +0000 (09:07 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 22 Sep 2014 22:52:58 +0000 (15:52 -0700)
commitebcf49365a05fc064bfe6534c2997f3ad6c339e3
treea4b84eea8156ab901d51ac55dd8a7b2d6beaa6c8
parent64dbba36794422aaed5177203edd0dd7aee77de7
Illumos 5177 - remove dead code from dsl_scan.c

5177 remove dead code from dsl_scan.c
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Richard Elling <richard.elling@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Robert Mustacchi <rm@joyent.com>

References:
  https://www.illumos.org/issues/5177
  https://github.com/illumos/illumos-gate/commit/5f37736

Porting notes:

The local variable 'buf' was removed from dsl_scan_visitbp().
This wasn't part of the original patch but it should have been.

Ported by: Turbo Fredriksson <turbo@bayour.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2712
module/zfs/dsl_scan.c