From: Trond Myklebust Date: Thu, 15 Apr 2021 21:33:07 +0000 (-0400) Subject: NFSv4.1: Simplify layout return in pnfs_layout_process() X-Git-Tag: v5.15~1163^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb700ef026766c95578aafc0db1b208946e7ad4f;p=platform%2Fkernel%2Flinux-starfive.git NFSv4.1: Simplify layout return in pnfs_layout_process() If the server hands us a layout that does not match the one we currently hold, then have pnfs_mark_matching_lsegs_return() just ditch the old layout if NFS_LSEG_LAYOUTRETURN is not set. Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index f726f8b..03e0b34 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -2410,9 +2410,7 @@ pnfs_layout_process(struct nfs4_layoutget *lgp) .iomode = IOMODE_ANY, .length = NFS4_MAX_UINT64, }; - pnfs_set_plh_return_info(lo, IOMODE_ANY, 0); - pnfs_mark_matching_lsegs_return(lo, &lo->plh_return_segs, - &range, 0); + pnfs_mark_matching_lsegs_return(lo, &free_me, &range, 0); goto out_forget; } else { /* We have a completely new layout */