]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NFSv4/pNFS: Add a helper to defer failed layoutreturn calls
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 13 Jun 2024 05:00:50 +0000 (01:00 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 8 Jul 2024 17:47:26 +0000 (13:47 -0400)
commit6e7be9e7b71e38d5965f0a52323316e4e8202b40
tree370014c47b6229dcb5fe89b6e7a3cb3d7e420fd9
parent41d0a8ead97209c0e3e1f64e6484c31a98e31154
NFSv4/pNFS: Add a helper to defer failed layoutreturn calls

If the layoutreturn-on-close fails due to an RPC layer problem, such as
a timeout, then we want to retry at a later time. Add a helper function
to allow this.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/pnfs.c