aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorJosef Bacik <[email protected]>2009-07-05 12:08:18 -0700
committerLinus Torvalds <[email protected]>2009-07-06 13:57:03 -0700
commitc8236db9cd7aa492dcfcdcca702638e704abed49 (patch)
tree75eb83051298fd1f9df426cafaaa6d3c422d1b68 /net/lapb/lapb_timer.c
parenta65e7bfcd74e4c0939f235d2bf9f48ddb3a57991 (diff)
mm: mark page accessed before we write_end()
In testing a backport of the write_begin/write_end AOPs, a 10% re-read regression was noticed when running iozone. This regression was introduced because the old AOPs would always do a mark_page_accessed(page) after the commit_write, but when the new AOPs where introduced, the only place this was kept was in pagecache_write_end(). This patch does the same thing in the generic case as what is done in pagecache_write_end(), which is just to mark the page accessed before we do write_end(). Signed-off-by: Josef Bacik <[email protected]> Acked-by: Nick Piggin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions