]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mm: make __put_page internal
authorNick Piggin <npiggin@suse.de>
Wed, 22 Mar 2006 08:08:33 +0000 (00:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 22 Mar 2006 15:54:01 +0000 (07:54 -0800)
commitec718cb63f99af0c0ae54cf7662ebeddc716350b
tree5a66021540395e20256f38a3a45174617428a832
parentcfa3bdd269e7ab5bdab4c2bd91410680540db357
[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 <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/mm.h
mm/filemap.c
mm/internal.h
mm/vmscan.c