diff options
Diffstat (limited to 'fs/nfs/pnfs.c')
-rw-r--r-- | fs/nfs/pnfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index a7dc3367a857..5fc2e5d755a5 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c | |||
@@ -667,6 +667,7 @@ _pnfs_return_layout(struct inode *ino) | |||
667 | lrp->args.stateid = stateid; | 667 | lrp->args.stateid = stateid; |
668 | lrp->args.layout_type = NFS_SERVER(ino)->pnfs_curr_ld->id; | 668 | lrp->args.layout_type = NFS_SERVER(ino)->pnfs_curr_ld->id; |
669 | lrp->args.inode = ino; | 669 | lrp->args.inode = ino; |
670 | lrp->args.layout = lo; | ||
670 | lrp->clp = NFS_SERVER(ino)->nfs_client; | 671 | lrp->clp = NFS_SERVER(ino)->nfs_client; |
671 | 672 | ||
672 | status = nfs4_proc_layoutreturn(lrp); | 673 | status = nfs4_proc_layoutreturn(lrp); |