commit | b6df0138e5eb6052e16d2cd63045332c68b14cf0 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Jun 21 12:40:12 2023 -0700 |
committer | David Anderson <dvander@google.com> | Wed Jul 05 12:10:42 2023 -0700 |
tree | e58b7e94a6bcfb2a9b33ee2b6f9e1d4ac950bccb | |
parent | 572692c04c618c9f0ee2ec8d2192004396ccfb89 [diff] |
snapuserd: Return void from RespondIOError. RespondIOError could return "true" which is not the correct value for its callers, usually. However since RespondIOError is not specifically needed anymore, we can also avoid calling it in most places. This also fixes a bug where ReadUnalignedSector's return value was implicitly converted to boolean. Bug: 288273605 Test: snapuserd_test Change-Id: I62140b2b05d0f9f53cb669c5c0d7e0ffc7f4c9a1