]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Simplify nfs_request_add_commit_list() arguments
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Fri, 15 Jan 2016 21:54:15 +0000 (16:54 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 21 Jan 2016 20:54:04 +0000 (15:54 -0500)
commitf9658b3787e56e7ad83da2d74c0612c449d3dee6
tree285184199611e0149c23f4addfc86ae896ff5060
parentcfa48a1ed0dc17297ef7ea7e5cfa78362c9cf2f0
NFS: Simplify nfs_request_add_commit_list() arguments

I noticed that all the callers of this function pass cinfo->mds->list as
an argument in addition to the cinfo structure itself.  Let's get rid of
the extra argument, since it doesn't seem to be adding anything.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/filelayout/filelayout.c
fs/nfs/internal.h
fs/nfs/write.c