Files
linux-apfs/mm
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-07-19 10:04:41 -07:00
2007-07-17 10:22:59 -07:00
2007-10-06 09:31:30 -07:00
2007-08-31 01:42:22 -07:00
2007-07-19 10:04:45 -07:00
2007-07-31 15:39:36 -07:00
2007-07-21 17:49:16 -07:00
2007-07-18 08:47:39 -07:00
2007-07-29 17:09:29 -07:00