Unionfs: remove for_writepages nfs workaround
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 18 Oct 2007 21:16:51 +0000 (17:16 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 6 Aug 2010 03:01:05 +0000 (23:01 -0400)
commit903854022d3df6068b0bdac081c04550c7288f23
treec42ea3f3531526ee0624c9d894fca402972947f2
parent99def8c8f25abebc4e724b8fb4e01b9018b612ad
Unionfs: remove for_writepages nfs workaround

This is no longer necessary since struct writeback_control no longer has a
fs_private field which lower file systems (esp. nfs) use.  Plus, unionfs now
defines its own ->writepages method.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/mmap.c