]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: remove support for multi-segment iovs in the direct read path
authorChuck Lever <cel@netapp.com>
Mon, 20 Mar 2006 18:44:29 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:29 +0000 (13:44 -0500)
commit9a8d7a1ef6eaafc94c547de8536c96c344e7c644
treec25fe5e4bdb4196039bf5b098c1c9f58e98af2e2
parent7eed838918a68ea9935c48c88ade64526982bb42
NFS: remove support for multi-segment iovs in the direct read path

Eliminate the persistent use of automatic storage in all parts of the NFS
client's direct read path to pave the way for introducing support for aio
against files opened with the O_DIRECT flag.

Test plan:
Compile the kernel with CONFIG_NFS and CONFIG_NFS_DIRECTIO enabled.
Millions of fsx-odirect ops.  OraSim.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/direct.c