Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
#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