commit | c4b8f657d55b4ed60cb0a2187e940706de23f2b2 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Mon Jan 28 12:09:02 2019 -0800 |
committer | Steve French <stfrench@microsoft.com> | Tue Mar 05 18:10:04 2019 -0600 |
tree | aa25689ce087de0e4241b064ebf5dbe0d555ec51 | |
parent | 258f0603beb869ba5f6a05713a1508d991baae43 [diff] |
CIFS: Move open file handling to writepages Currently we check for an open file existence in wdata_send_pages() which doesn't provide an easy way to handle error codes that will be returned from find_writable_filehandle() once it is changed. Move the check to writepages. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>