NFS: fix pnfs regression with directio reads
authorFred Isaman <iisaman@netapp.com>
Wed, 18 Jul 2012 18:20:49 +0000 (14:20 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 30 Jul 2012 22:08:53 +0000 (18:08 -0400)
commit59948db3be76099b14c7103d0f46c5454b173c3a
treee5829a90b1872f012cce4d93ee44cdd22218d462
parentcac5d07e3ca696dcacfb123553cf6c722111cfd3
NFS: fix pnfs regression with directio reads

Commit 1abb50886af "NFS: Create an read_pageio_init() function"
did not modify the call 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