]> asedeno.scripts.mit.edu Git - linux.git/commit
NFS: Remove unused argument from nfs_create_request()
authorTrond Myklebust <trondmy@gmail.com>
Sun, 7 Apr 2019 17:59:07 +0000 (13:59 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 25 Apr 2019 18:18:14 +0000 (14:18 -0400)
commit28b1d3f5a772b705ca76df620eb9f686aa2d0b4c
tree4966c8e010ce5e1876b0d707e340608c9ea97fbc
parentc917cfaf9bbef44dd35b75b8fb772a44798a1cf2
NFS: Remove unused argument from nfs_create_request()

All the callers of nfs_create_request() are now creating page group
heads, so we can remove the redundant 'last' page argument.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/direct.c
fs/nfs/pagelist.c
fs/nfs/read.c
fs/nfs/write.c
include/linux/nfs_page.h