mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-01 12:41:32 +00:00
When finishing a block request in the L4Linux block stub driver, we#ve to hold the queue lock before using __blk_end_request_all, or simply use blk_end_request_all instead. Moreover, this commit simplifies the lock/unlock behaviour when the block queue has to be stopped, or resumed. Thanks to I. Ismagilov for these suggestions.