OSDN Git Service

NFS: Remove unused argument from nfs_direct_write_complete()
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 23 Nov 2016 18:49:38 +0000 (13:49 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 1 Dec 2016 22:50:37 +0000 (17:50 -0500)
commit4d3b55d3c7c8c628498fefac4779fc02de5af492
tree58871be67e95e65ccc2618025c436f82848062e1
parent7d38de3ffa75f92e7b00301dcdc6a3f9c53509ab
NFS: Remove unused argument from nfs_direct_write_complete()

This parameter hasn't been used since 2a009ec9 (Linux 3.13-rc3), so
let's remove it from this function.

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