NFS: Create a common nfs_pageio_ops struct
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Tue, 6 May 2014 13:12:40 +0000 (09:12 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 29 May 2014 15:11:41 +0000 (11:11 -0400)
commit41d8d5b7a559a9bfbf9680d1e4777e1a7b0149d5
tree23255c818fa6daad17e74c6e5602d57573c06d80
parentcf485fcd68bc2dd91258e844ba4649404fff3235
NFS: Create a common nfs_pageio_ops struct

At this point the read and write structures look identical, so combine
them into something shared by both.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/internal.h
fs/nfs/pagelist.c
fs/nfs/read.c
fs/nfs/write.c