Home
last modified time | relevance | path

Searched hist:e5d27b37e39b4478c8df094a6ef50272f0c84988 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.cdiff e5d27b37e39b4478c8df094a6ef50272f0c84988 Fri May 19 10:11:15 CEST 2017 Roger Pau Monné <royger@FreeBSD.org> xen/blkfront: correctly detach a disk with active users

Call disk_gone when the backend switches to the "Closing" state and blkfront
still has pending users. This allows the disk to be detached, and will call
into xbd_closing by itself when the geom layout cleanup has finished.

Reported by: bapt
Tested by: manu
Reviewed by: bapt
Sponsored by: Citrix Systems R&D
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D10772