From: Robert P. J. Day Date: Sat, 10 Feb 2007 09:45:46 +0000 (-0800) Subject: [PATCH] Get rid of "double zeroing" of allocated pages X-Git-Tag: v2.6.21-rc1~274^2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa58d61d18b89b98521364550b481fd9bd18c3b6;p=pandora-kernel.git [PATCH] Get rid of "double zeroing" of allocated pages Simplify the few instances where a call to "get_zeroed_page()" is closely followed by an unnecessary call to memset() to clear that page. Signed-off-by: Robert P. J. Day Cc: chas williams Acked-by: Mauro Carvalho Chehab Cc: James Bottomley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed