]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/zio.c
Fix unused variable
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 18 Oct 2016 17:44:44 +0000 (10:44 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2016 17:44:44 +0000 (10:44 -0700)
commit6d00b5e13699c946a3f78c73defe5ff1e18264a3
treea2801e04d013a7fae324908e0963434ae75c1b6a
parent66826e2285d6ef8162e5cb8e727da5ea2d9f33f2
Fix unused variable

Accidentally introduced by 3dfb57a, when building with debugging
disabled several variables are unused.  Resolve this by wrapping
them in ASSERTV to remove them for non-debug builds.

Reviewed by: Don Brady <don.brady@intel.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5284
module/zfs/zio.c