commit | e97bc66377bca097e1f3349ca18ca17f202ff659 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue May 11 23:41:10 2021 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Jun 29 13:12:39 2021 -0400 |
tree | 12093332810a92c0eae0ab0717e3c4353a4ac0d6 | |
parent | e93a5e9306a576011f03011b492d4fbaa274477b [diff] |
NFS: nfs_find_open_context() may only select open files If a file has already been closed, then it should not be selected to support further I/O. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> [Trond: Fix an invalid pointer deref reported by Colin Ian King]