]> git.baikalelectronics.ru Git - kernel.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)
commitc193f21f9eb2c27e3d07d4570c4a08f0d2d82e6f
tree4966c8e010ce5e1876b0d707e340608c9ea97fbc
parent4d98e6984499bf87a4dcfa13458c9ffb029e7e43
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