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)
commit6272dcc6beebbc2d8cf4165b628169e878f143e0
tree285184199611e0149c23f4addfc86ae896ff5060
parent44aab3e09ef947e546ee61c5082c41b86dd15e53
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