commit | 9a66396f1857cc1de06f4f4771797315e1a4ea56 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Tue Jan 08 11:15:28 2019 -0800 |
committer | Steve French <stfrench@microsoft.com> | Fri Jan 11 07:14:40 2019 -0600 |
tree | c7c71626e1e10264377066ca7f9b016e03d4c210 | |
parent | ee258d79159afed52ca9372aeb9c1a51e89b32ee [diff] |
CIFS: Fix error paths in writeback code This patch aims to address writeback code problems related to error paths. In particular it respects EINTR and related error codes and stores and returns the first error occurred during writeback. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Acked-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>