Commit 44a3af2d authored by Radostin Stoyanov's avatar Radostin Stoyanov Committed by Andrei Vagin

page-xfer: Fix typo

Signed-off-by: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
parent fd9fb7d3
......@@ -57,7 +57,7 @@ extern int check_parent_page_xfer(int fd_type, unsigned long id);
/*
* The post-copy migration makes it necessary to receive pages from
* remote dump. The protocol we use for that is quite simple:
* - lazy-pages sedns request containing PS_IOV_GET(nr_pages, vaddr, pid)
* - lazy-pages sends request containing PS_IOV_GET(nr_pages, vaddr, pid)
* - dump-side page server responds with PS_IOV_ADD(nr_pages, vaddr,
pid) or PS_IOV_ADD(0, 0, 0) if it failed to locate the required
pages
......
Markdown is supported
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