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>
Fri, 29 Apr 2011 02:25:16 +0000 (22:25 -0400)
commit53de416c18a7729f91d99f54c9ca238879fa451b
tree97456e3200a13ad93619b10d4f7f8844a5959f66
parent5ae157f2c258d09cda4e1371000d9cf2cb7b7df3
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