commit | 44a65a0c278336719892287a185836fddeabb933 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Mar 31 18:27:26 2020 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Apr 01 13:37:56 2020 -0400 |
tree | 44978bd6035a2633ea54be01094041eb9643fcca | |
parent | a62f8e3bd836bf1abde1648a45e14afd050dbd23 [diff] |
NFS: Reverse the submission order of requests in __nfs_pageio_add_request() If we have to split the request up into subrequests, we have to submit the request pointed to by the function call parameter last, in case there is an error or other issue that causes us to exit before the last request is submitted. The reason is that the caller is expected to perform cleanup in those cases. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>