mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-02-11 10:34:45 +00:00
Binary file not shown.
@@ -392,10 +392,10 @@ static void complete_read_reqs()
|
||||
if (ios2)
|
||||
{
|
||||
copy_from_bd_and_reply(ios2, bd);
|
||||
|
||||
Remove((struct Node *)bd);
|
||||
AddTail(&et_rbuf_free_list, (struct Node *)bd);
|
||||
}
|
||||
|
||||
Remove((struct Node *)bd);
|
||||
AddTail(&et_rbuf_free_list, (struct Node *)bd);
|
||||
}
|
||||
Permit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user