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>
Sat, 16 Aug 2014 02:29:03 +0000 (22:29 -0400)
commit95288a14d74ad5131566653f3ee5414570bca747
treec85f6cfda13560c7b3af3f542da8933b13597c47
parent8570f36720521a540b28669e5e07df3666576706
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