Files
ubports_kernel_google_msm/include/linux
Peter Zijlstra a200ee182a mm: set_page_dirty_balance() vs ->page_mkwrite()
All the current page_mkwrite() implementations also set the page dirty. Which
results in the set_page_dirty_balance() call to _not_ call balance, because the
page is already found dirty.

This allows us to dirty a _lot_ of pages without ever hitting
balance_dirty_pages().  Not good (tm).

Force a balance call if ->page_mkwrite() was successful.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-08 12:58:14 -07:00
..
2007-09-11 04:22:16 -07:00
2007-09-20 13:19:59 -07:00
2007-09-11 17:21:20 -07:00
2007-09-11 22:24:45 +01:00
2007-09-20 13:19:59 -07:00
2007-09-16 16:21:16 -07:00
2007-09-19 11:24:18 -07:00