]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc87b5219f2f833ebab0b917c45cfc44bd042ec2b
tree23255c818fa6daad17e74c6e5602d57573c06d80
parentdcc75b075cfe613de83f426d89ba2f191ae1a7e1
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