]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
NFS/flexfiles: Avoid unnecessary layout invalidations
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 28 Feb 2019 04:46:04 +0000 (23:46 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 2 Mar 2019 03:37:37 +0000 (22:37 -0500)
commit0a156dd58274b0b847118966365203955288f4c6
tree262a60db11824a39274be96c5508012e3bad8b2a
parent2444ff277a686d743b5479dd52d8357c21d5ce13
NFS/flexfiles: Avoid unnecessary layout invalidations

In ff_layout_mirror_valid() we may not want to invalidate the layout
segment despite the call to GETDEVICEINFO failing. The reason is that
a read may still be able to make progress on another mirror.

So instead we let the caller (in this case nfs4_ff_layout_prepare_ds())
decide whether or not it needs to invalidate.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/flexfilelayout/flexfilelayoutdev.c