Unionfs: update mmap documentation for unionfs_writepage
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 27 Oct 2007 22:42:58 +0000 (18:42 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 23 Mar 2008 03:44:15 +0000 (23:44 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/mmap.c

index b43557ee00c2f0bd87395ff7baf9839cd64c41fc..852a0cc78db5fa54d1b121030517da37d943326a 100644 (file)
 #include "union.h"
 
 /*
- * Unionfs doesn't implement ->writepages, which is OK with the VFS and
- * keeps our code simpler and smaller.  Nevertheless, somehow, our own
- * ->writepage must be called so we can sync the upper pages with the lower
- * pages: otherwise data changed at the upper layer won't get written to the
- * lower layer.
- *
  * Some lower file systems (e.g., NFS) expect the VFS to call its writepages
  * only, which in turn will call generic_writepages and invoke each of the
  * lower file system's ->writepage.  NFS in particular uses the