diff options
Diffstat (limited to 'fs/nfs/nfs42proc.c')
-rw-r--r-- | fs/nfs/nfs42proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/nfs42proc.c b/fs/nfs/nfs42proc.c index b03010eebafd..98cf58341066 100644 --- a/fs/nfs/nfs42proc.c +++ b/fs/nfs/nfs42proc.c | |||
@@ -332,8 +332,8 @@ nfs42_layoutstat_prepare(struct rpc_task *task, void *calldata) | |||
332 | } | 332 | } |
333 | nfs4_stateid_copy(&data->args.stateid, &lo->plh_stateid); | 333 | nfs4_stateid_copy(&data->args.stateid, &lo->plh_stateid); |
334 | spin_unlock(&inode->i_lock); | 334 | spin_unlock(&inode->i_lock); |
335 | nfs41_setup_sequence(nfs4_get_session(server->nfs_client), | 335 | nfs4_setup_sequence(server->nfs_client, &data->args.seq_args, |
336 | &data->args.seq_args, &data->res.seq_res, task); | 336 | &data->res.seq_res, task); |
337 | } | 337 | } |
338 | 338 | ||
339 | static void | 339 | static void |