NFS: fix pnfs regression with directio writes
authorFred Isaman <iisaman@netapp.com>
Wed, 18 Jul 2012 18:20:50 +0000 (14:20 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 30 Jul 2012 22:09:06 +0000 (18:09 -0400)
commitc95908e4c50d218f016e3866f5abf786055df635
tree1a1da389186cd47dac12876a43559a6d6eaaad9b
parent59948db3be76099b14c7103d0f46c5454b173c3a
NFS: fix pnfs regression with directio writes

Commit 57208fa7e51 "NFS: Create an write_pageio_init() function"
did not modify the calls in direct.c, preventing direct io from
using pnfs.  This reintroduces that capability.

Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/direct.c