NFS: Clean up nfs_writepages()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 22 Jul 2007 23:27:32 +0000 (19:27 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:15:13 +0000 (17:15 -0400)
commitf758c885199611504ff681e3ba66c410b4e9e995
tree8e68116aec5f0d99ce721d45f5ee299e52940284
parent9cccef95052c7169040c3577e17d4f6fa230cc28
NFS: Clean up nfs_writepages()

Just call write_cache_pages directly instead of hacking the writeback
control structure in order to find out if we were called from writepages()
or directly from the VM.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c