]> granicus.if.org Git - zfs/commit
Retire zio_cons()/zio_dest()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Jan 2015 19:25:19 +0000 (11:25 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 11 Feb 2015 00:09:49 +0000 (16:09 -0800)
commit3941503c0a26467fc4da63d4ee190c96edd8d0fd
treefa2f431be67e2ac848cc8d11bf26e43a019e37f9
parent6442f3cfe3454b458456823fff49a14bf0badf65
Retire zio_cons()/zio_dest()

The zio_cons() constructor and zio_dest() destructor don't exist
in the upstream Illumos code.  They were introduced as a workaround
to avoid issue #2523.  Since this issue has now been resolved this
code is being reverted to bring ZoL back in sync with Illumos.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ned Bass <bass6@llnl.gov>
Issue #3063
module/zfs/zio.c