Commit aa4f8eb1 authored by 某某某's avatar 某某某
Browse files

fix struct bio *bio = kzalloc(sizeof(bio));

to struct bio *bio = kzalloc(sizeof(struct bio));
parent a6215640
Showing with 4 additions and 4 deletions
+4 -4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment