commit | d5147b9d4abefbdf81ff31d96d45041ddf6d9b56 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Aug 24 19:30:46 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 25 08:41:05 2015 -0700 |
tree | 3e5fe3467998973d0688e6981fb887bd03c29745 | |
parent | 93fe5da3f2abf39a9523949a4662e1c93d4062c8 [diff] |
Clean up error handling/reporting in file_sync_service.cpp. In an earlier code review it was pointed out that there was something very weird about fail_errno. It didn't seem to make sense that we'd often try to continue after reporting failure. This patch cleans up all that and assumes that if we've reported failure to the client, we should stop what we're doing. Bug: http://b/23437039 Change-Id: I39c38650ed9f9d5e30adbf68a7545c9e4a6ab812