From: Nick Piggin Date: Wed, 22 Mar 2006 08:08:33 +0000 (-0800) Subject: [PATCH] mm: make __put_page internal X-Git-Tag: v2.6.17-rc1~1129^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8053a509ceba4a077a50ea7b77039b5559b428;p=pandora-kernel.git [PATCH] mm: make __put_page internal Remove __put_page from outside the core mm/. It is dangerous because it does not handle compound pages nicely, and misses 1->0 transitions. If a user later appears that really needs the extra speed we can reevaluate. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed