commit | d911c57a19551c6bef116a3b55c6b089901aacb0 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Feb 27 11:01:12 2020 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Mar 16 08:34:29 2020 -0400 |
tree | 02c43b0ace26c5a5bd9e002a1b32d822d2012066 | |
parent | 194a0dc8e2c00c2b35da323639db8d96375490f9 [diff] |
NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid() Make sure to test the stateid for validity so that we catch instances where the server may have been reusing stateids in nfs_layout_find_inode_by_stateid(). Fixes: 7b410d9ce460 ("pNFS: Delay getting the layout header in CB_LAYOUTRECALL handlers") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>