We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c0bbd4 + da8f1ad commit 0b7ff01Copy full SHA for 0b7ff01
1 file changed
src/drivers/virtioblk.cpp
@@ -34,7 +34,7 @@ void null_deleter(uint8_t*) {};
34
#include <statman>
35
36
VirtioBlk::VirtioBlk(hw::PCI_Device& d)
37
- : Virtio(d), hw::Drive(), req(queue_size(0), 0, iobase())
+ : Virtio(d), hw::Drive(), req(queue_size(0), 0, iobase()), inflight(0)
38
{
39
INFO("VirtioBlk", "Driver initializing");
40
0 commit comments