]> granicus.if.org Git - zfs/commit
Fix order of function calls in zio_free_sync()
authorRichard Yao <ryao@gentoo.org>
Mon, 7 Oct 2013 11:30:22 +0000 (07:30 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 29 Oct 2013 22:06:18 +0000 (15:06 -0700)
commit8c8417933f11d2bda734056f34f5d7c982acbcec
tree29a324c1b19011638dad2684406a7d1c5138eeaf
parent9cac042cfeccb2d3ecc5a96c0c2ba9afe631338b
Fix order of function calls in zio_free_sync()

The resolution of a merge conflict when merging Illumos #3464 caused us
to invert the order couple of function calls in zio_free_sync() versus
what they are in Illumos.

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1775
module/zfs/zio.c