Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
xen.8005
blktapctrl-close-fifos.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File blktapctrl-close-fifos.patch of Package xen.8005
Index: xen-4.4.0-testing/tools/blktap/drivers/blktapctrl.c =================================================================== --- xen-4.4.0-testing.orig/tools/blktap/drivers/blktapctrl.c +++ xen-4.4.0-testing/tools/blktap/drivers/blktapctrl.c @@ -282,7 +282,7 @@ static int del_disktype(blkif_t *blkif) * qemu-dm instance. We may close the file handle only if there is * no other disk left for this domain. */ - if (dtypes[type]->use_ioemu) + if (dtypes[type]->use_ioemu && dtypes[type]->idnum != DISK_TYPE_AIO) return !qemu_instance_has_disks(blkif->tappid); /* Caller should close() if no single controller, or list is empty. */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor