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
1 file changed