]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In GEOM debugging output, show consumer for cloned and duplicated bio's.
authorKirk McKusick <mckusick@FreeBSD.org>
Mon, 31 Jan 2022 01:20:10 +0000 (17:20 -0800)
committerKirk McKusick <mckusick@FreeBSD.org>
Mon, 31 Jan 2022 01:21:13 +0000 (17:21 -0800)
commit85f7e9a4f0393277b85a247543f71700c5eebb1f
tree159ab9ed066395763998dbec4279a47dc5e62e51
parente58d0869c6cc9809bd0cf7c27708d2799c11eab3
In GEOM debugging output, show consumer for cloned and duplicated bio's.

When using bio's created by g_clone_bio() or g_duplicate_bio()
their consumer device (the device to which their I/O requests
are sent) is listed by the geom debugging facility as [unknown].
If available, this update lists the consumer associated with
the bio's parent.

MFC after:    2 weeks
Sponsored by: Netflix
sys/geom/geom_io.c