aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout/flexfilelayout.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/flexfilelayout/flexfilelayout.c')
-rw-r--r--fs/nfs/flexfilelayout/flexfilelayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c
index 63abe705f4ca..32701b6a9566 100644
--- a/fs/nfs/flexfilelayout/flexfilelayout.c
+++ b/fs/nfs/flexfilelayout/flexfilelayout.c
@@ -2036,7 +2036,7 @@ ff_layout_encode_layoutreturn(struct xdr_stream *xdr,
2036 2036
2037 dprintk("%s: Begin\n", __func__); 2037 dprintk("%s: Begin\n", __func__);
2038 2038
2039 xdr_init_encode(&tmp_xdr, &tmp_buf, NULL); 2039 xdr_init_encode(&tmp_xdr, &tmp_buf, NULL, NULL);
2040 2040
2041 ff_layout_encode_ioerr(&tmp_xdr, args, ff_args); 2041 ff_layout_encode_ioerr(&tmp_xdr, args, ff_args);
2042 ff_layout_encode_iostats_array(&tmp_xdr, args, ff_args); 2042 ff_layout_encode_iostats_array(&tmp_xdr, args, ff_args);