Unionfs: update mmap documentation for unionfs_writepage
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 28 Oct 2007 05:34:54 +0000 (01:34 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 28 Oct 2007 05:34:54 +0000 (01:34 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/mmap.c

index 3c9d361dd9fba080b6a9bf6d6a561ec2604d0ae3..3e6efe5bc880917527b56c0b61fa51d8fc3ddf68 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