freebsd-skq/sys/geom/raid
markj b7a9839424 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_raid_ctl.c
g_raid_md_if.m
g_raid_tr_if.m
g_raid.c
g_raid.h
md_ddf.c
md_ddf.h
md_intel.c
md_jmicron.c
md_nvidia.c
md_promise.c
md_sii.c
tr_concat.c
tr_raid0.c
tr_raid1.c
tr_raid1e.c
tr_raid5.c