From: Minchan Kim Date: Wed, 10 Mar 2010 14:31:22 +0000 (+0900) Subject: KVM: remove redundant initialization of page->private X-Git-Tag: v2.6.35-rc1~436^2~191 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f64b6cad0fc0fb4cec868c6ca6b1325949d08b;p=pandora-kernel.git KVM: remove redundant initialization of page->private The prep_new_page() in page allocator calls set_page_private(page, 0). So we don't need to reinitialize private of page. Signed-off-by: Minchan Kim Cc: Avi Kivity Signed-off-by: Avi Kivity --- Reading git-diff-tree failed