Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135947573
D5955.id15216.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
414 B
Referenced Files
None
Subscribers
None
D5955.id15216.diff
View Options
Index: head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
===================================================================
--- head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
+++ head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
@@ -2093,8 +2093,9 @@
reqp->softc->hs_frozen = 0;
}
storvsc_free_request(sc, reqp);
- xpt_done(ccb);
mtx_unlock(&sc->hs_lock);
+
+ xpt_done_direct(ccb);
}
/**
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 15, 11:10 AM (11 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25324594
Default Alt Text
D5955.id15216.diff (414 B)
Attached To
Mode
D5955: hyperv/stor: Use xpt_done_direct() whenever possible
Attached
Detach File
Event Timeline
Log In to Comment