OSDN Git Service

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)
commite545735a3255a2f211d9c7efd2d67f2affcde1ba
treeceea940e5c1a3638db08ddea102f7325eaea930e
parentdce2630c7da73b0634686bca557cc8945cc450c8
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