commit | 8d438f96d2b8eade6cbcd8adfc22dae6f5cbd6c0 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Wed Mar 22 00:07:59 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Mar 22 07:53:56 2006 -0800 |
tree | 5248caf52ed9ba1dbb172d9e3bd3216c97ab3b84 | |
parent | 46453a6e194a8c55fe6cf3dc8e1c4f24e2abc013 [diff] |
[PATCH] mm: PageLRU no testset PG_lru is protected by zone->lru_lock. It does not need TestSet/TestClear operations. Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>