commit | d3c15033b240767d0287f1c4a529cbbe2d5ded8a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Apr 06 23:18:57 2022 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Apr 07 16:20:00 2022 -0400 |
tree | b2e77c3aa5acce21c930a674859915653e047c27 | |
parent | dcc7977c7fdd0b59809cf7420ae1d5f5b5bd16ad [diff] |
SUNRPC: Handle ENOMEM in call_transmit_status() Both call_transmit() and call_bc_transmit() can now return ENOMEM, so let's make sure that we handle the errors gracefully. Fixes: 0472e4766049 ("SUNRPC: Convert socket page send code to use iov_iter()") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>