]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Create a common rpcsetup function for reads and writes
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Tue, 6 May 2014 13:12:34 +0000 (09:12 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 28 May 2014 22:40:56 +0000 (18:40 -0400)
commit1d5d59d001f326e1b2022c41dbe1485dded395c3
tree00c371ca81a26280eab34ad96fae8ca9c95d940d
parentf3e3bb0d703a9465f72a48a797d9574f9df97391
NFS: Create a common rpcsetup function for reads and writes

Write adds a little bit of code dealing with flush flags, but since
"how" will always be 0 when reading we can share the code.

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