Set space in copy_and_capture_tail.

This commit is contained in:
4lDO2
2023-07-14 12:51:26 +02:00
parent 4d6b4c24a9
commit 797c81eb3b
+1 -1
View File
@@ -145,7 +145,7 @@ impl UserInner {
destroyed: false,
base: dst_page.start_address().data(),
len: buf.len(),
space: None,
space: Some(dst_addr_space),
head: CopyInfo {
src: Some(tail),
dst: None,