freebsd-dev/sys/geom/concat
Mark Johnston 438622af06 Use g_handleattr() to reply to GEOM::candelete queries.
g_handleattr() fills out bp->bio_completed; otherwise, g_getattr()
returns an error in response to the query.  This caused BIO_DELETE
support to not be propagated through stacked configurations, e.g.,
a gconcat of gmirror volumes would not handle BIO_DELETE even when
the gmirrors do.  g_io_getattr() was not affected by the problem.

PR:		232676
Reported and tested by:	noah.bergbauer@tum.de
MFC after:	1 week
2019-01-02 15:52:16 +00:00
..
g_concat.c Use g_handleattr() to reply to GEOM::candelete queries. 2019-01-02 15:52:16 +00:00
g_concat.h Have gconcat advertise delete support if one of its disks does. 2018-10-30 00:22:14 +00:00