]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Fix error paths in writeback code
authorPavel Shilovsky <pshilov@microsoft.com>
Tue, 8 Jan 2019 19:15:28 +0000 (11:15 -0800)
committerSteve French <stfrench@microsoft.com>
Fri, 11 Jan 2019 13:14:40 +0000 (07:14 -0600)
commit3bee055ed7bf628799701dfb02a135048f7eb057
treec7c71626e1e10264377066ca7f9b016e03d4c210
parent842f9084344e76a40446f41933d748a93dba404b
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>
fs/cifs/cifsglob.h
fs/cifs/cifssmb.c
fs/cifs/file.c
fs/cifs/inode.c