Commit 5e7d4bb0 authored by Tikhomirov Pavel's avatar Tikhomirov Pavel Committed by Pavel Emelyanov

page-read: remove redundant initialisation

previous init of pr->parent at line 220
Signed-off-by: 's avatarTikhomirov Pavel <snorcht@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 714c27fc
......@@ -227,7 +227,6 @@ int open_page_read_at(int dfd, int pid, struct page_read *pr, int flags, bool sh
if (pr->fd_pg < 0)
return -1;
pr->parent = NULL;
pr->get_pagemap = get_page_vaddr;
pr->put_pagemap = NULL;
pr->read_page = read_page;
......
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