Unionfs: writepage updates
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Nov 2007 01:34:28 +0000 (20:34 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 31 Jan 2012 04:56:45 +0000 (23:56 -0500)
commit41e95e9459bb9c3bcbe668b6c68765fa472e5893
treeff0e01d46e7d56e5eee044a229d4665a5916fa2e
parentccd4a7fa47cf9a781bac5eee2308dc2629f885cc
Unionfs: writepage updates

Don't set/reset the PageUptodate flag on our page.  Call flush_dcache_page
on the lower page after copy_highpage, and set it uptodate.  Call
set_page_dirty right before clear_page_dirty_for_io.

CC: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/mmap.c