diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-09-16 01:49:52 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-12-02 01:21:44 +0300 |
commit | 94e5c571fccb8eb551d3d5f5d163bf0c253a6ed8 (patch) | |
tree | 6c617e728ce6aff8f5003be492d672ec6843104d /fs/nfs/objlayout/objlayout.h | |
parent | 0cdc329ec9b150c165bcb603c4314b4031b24785 (diff) | |
download | linux-94e5c571fccb8eb551d3d5f5d163bf0c253a6ed8.tar.xz |
pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callback
The parameter is already present in the "args" structure.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/objlayout/objlayout.h')
-rw-r--r-- | fs/nfs/objlayout/objlayout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/objlayout/objlayout.h b/fs/nfs/objlayout/objlayout.h index 2641dbad345c..fc94a5872ed4 100644 --- a/fs/nfs/objlayout/objlayout.h +++ b/fs/nfs/objlayout/objlayout.h @@ -175,7 +175,6 @@ extern void objlayout_encode_layoutcommit( const struct nfs4_layoutcommit_args *); extern void objlayout_encode_layoutreturn( - struct pnfs_layout_hdr *, struct xdr_stream *, const struct nfs4_layoutreturn_args *); |