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>
Tue, 31 Jan 2012 07:57:23 +0000 (02:57 -0500)
commit04bbaf2d68fda623cf7c30a788f9100ac1c979e0
tree95e195ffc8bd02ef4e076b403296e9a1b1962984
parent4122b6cc115c3e23aa4506b2582b5ffb49091a10
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