]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: remove unused offset arg in nfs_pgio_rpcsetup
authorBenjamin Coddington <bcodding@redhat.com>
Fri, 8 Dec 2017 17:52:37 +0000 (12:52 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 15 Jan 2018 04:06:29 +0000 (23:06 -0500)
commitb922cb837124ae461814b16a62944b1d55fe88ea
treeceea940e5c1a3638db08ddea102f7325eaea930e
parent0d942111899a8e3089f1b10034ebd45d47aa2971
NFS: remove unused offset arg in nfs_pgio_rpcsetup

nfs_pgio_rpcsetup() is always called with an offset of 0, so we should be
able to drop the arguement altogether.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/pagelist.c