From: Tejun Heo Date: Sun, 30 Oct 2005 23:02:40 +0000 (-0800) Subject: [PATCH] vm: remove redundant assignment from __pagevec_release_nonlru() X-Git-Tag: v2.6.15-rc1~59^2~15^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e9dd4dd0b8dd75c410011b3c8f9980112fd0f8;p=pandora-kernel.git [PATCH] vm: remove redundant assignment from __pagevec_release_nonlru() This patch removes redundant assignment from __pagevec_release_nonlru(). pages_to_free.cold is set to pvec->cold by pagevec_init() call right above the assignment. Signed-off-by: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed