commit | a978d6f521063514812a7094dbe5036e056e4de3 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Sat Oct 18 20:26:58 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 20 08:52:32 2008 -0700 |
tree | aaaed7caff558d8f9676f8cfd16b50ae6ca99573 | |
parent | f45840b5c128445da70e7ec33adc47b4a12bdaf4 [diff] |
mm: unlockless reclaim unlock_page is fairly expensive. It can be avoided in page reclaim success path. By definition if we have any other references to the page it would be a bug anyway. Signed-off-by: Nick Piggin <npiggin@suse.de> Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>