]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Create a common rpc_call_ops struct
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Tue, 6 May 2014 13:12:33 +0000 (09:12 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 28 May 2014 22:40:43 +0000 (18:40 -0400)
commit6f92fa4581f1c26562f80dc686b3c9ea76556911
tree5b6fcffb14d1738f235b01ffa2cf53b9e858faa9
parent0eecb2145c1ce18e36617008424a93836ad0a3bd
NFS: Create a common rpc_call_ops struct

The read and write paths set up this struct in exactly the same way, so
create a single shared struct.

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