commit | b3230e80a6d115d2eb50fe3f4794ad04d84766de | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Apr 25 10:56:19 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Apr 25 10:56:19 2017 -0400 |
tree | c0b55ff70d1643c37656e44b87d9f18e3256b58f | |
parent | f30cb757f680f965ba8a2e53cb3588052a01aeb5 [diff] |
pNFS: Ensure we check layout segment validity in the pg_init() callback If we have a layout segment cached in pgio->pg_lseg, we should check it for validity before reusing it in a new RPC request. Otherwise, if we recoalesce, we can end up looping forever. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>