commit | b530c40574e724ab9435ed5ac7dd731c67e5842f | [log] [tgz] |
---|---|---|
author | Stephen Crane <cranes@google.com> | Tue Feb 28 23:25:30 2023 +0000 |
committer | Stephen Crane <cranes@google.com> | Tue Mar 21 00:04:04 2023 +0000 |
tree | 178b17812c8ccb059569c2d85e805ca4f35e7968 | |
parent | e16f7965232bf7e572a0850a45be1655bacdc3ed [diff] |
storage: Handle STORAGE_ERR_FS_REPAIRED The storage service returns STORAGE_ERR_FS_REPAIRED if a file system has been repaired and access requires acknowledgement of this repair. We need to translate this error into a negative error code, so we use ERR_BAD_STATE to signify this condition. Test: com.android.storage-unittest.tdp Bug: 244608684 Change-Id: Iba4a0cc1f00dbdb5b4ca716efdade29ca31b5e4a