]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/spa.c
Panic when running 'zpool split'
authorRoman Strashkin <Ramzec@users.noreply.github.com>
Fri, 22 Mar 2019 20:11:36 +0000 (23:11 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 Mar 2019 20:11:36 +0000 (13:11 -0700)
commit234234ca4de9b2121f69d2cd3b2928197234336d
treed5487ee3847742bc6e60c20227b5c8a5847c551e
parent2efea7c82c5741a50b476bb1dcbc9a74b8f73ad1
Panic when running 'zpool split'

Added missing remove of detachable VDEV from txg's DTL list
to avoid use-after-free for the split VDEV

Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Jorgen Lundman <lundman@lundman.net>
Signed-off-by: Roman Strashkin <roman.strashkin@nexenta.com>
Closes #5565
Closes #7856
module/zfs/spa.c