freebsd-dev/sys/dev/xen/blkback
Justin T. Gibbs 45cbfcdabc Fix regression in the handling of blkback close events for
devices that are unplugged via QEMU.

sys/dev/xen/blkback/blkback.c:
	Toolstack initiated closures change the frontend's state
	to Closing.  The backend must change to Closing as well,
	even if we can't actually close yet, in order for the
	frontend to notice and start the closing process.

MFC after:	3 days
2012-02-17 22:33:46 +00:00
..
blkback.c Fix regression in the handling of blkback close events for 2012-02-17 22:33:46 +00:00