commit | 3731d44bba8e0116b052b1b374476c5f6dd9a456 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Jun 11 13:40:55 2021 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Jun 13 19:36:49 2021 -0400 |
tree | 1084878902aa69defad205ef8fe8db7b2ad96444 | |
parent | dd99e9f98fbf423ff6d365b37a98e8879170f17c [diff] |
NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECT Fix an Oopsable condition in pnfs_mark_request_commit() when we're putting a set of writes on the commit list to reschedule them after a failed pNFS attempt. Fixes: 9c455a8c1e14 ("NFS/pNFS: Clean up pNFS commit operations") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>