Date: Fri, 12 Oct 2018 15:14:26 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 228750] panic on zfs mirror removal Message-ID: <bug-228750-3630-sepDMncvKH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-228750-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-228750-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228750 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: mav Date: Fri Oct 12 15:14:22 UTC 2018 New revision: 339329 URL: https://svnweb.freebsd.org/changeset/base/339329 Log: Add ZIO_TYPE_FREE support for indirect vdevs. Upstream code expects only ZIO_TYPE_READ and some ZIO_TYPE_WRITE requests to removed (indirect) vdevs, while on FreeBSD there is also ZIO_TYPE_FREE (TRIM). ZIO_TYPE_FREE requests do not have the data buffers, so don't need the pointer adjustment. PR: 228750, 229007 Reviewed by: allanjude, sef Approved by: re (kib) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D17523 Changes: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_indirect.c --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228750-3630-sepDMncvKH>