commit | 237679cfca5ccdbb82165a263590b6355db1b0a3 | [log] [tgz] |
---|---|---|
author | Stephen Crane <cranes@google.com> | Fri Sep 24 09:40:32 2021 -0700 |
committer | Jaegeuk Kim <jaegeuk@google.com> | Tue Oct 05 09:56:34 2021 -0700 |
tree | b906c6aa3ae582f3b42adf4554e6d71555c59eb0 | |
parent | 77e2af18bee8feff374d9e026c5d0081145c6872 [diff] |
storageproxyd: Fix inverted conditional in error checking check_scci_sense (now renamed unexpected_scsi_sense) was supposed to return false iff the sense data was valid and did not contain an error. This return value was inverted. Invert the return values and rename the function to clarify its role. Test: m storageproxyd Bug: 195544379 Change-Id: I3b84188aabe58345a83d2fd57bb8103e730cf365 Merged-In: I3b84188aabe58345a83d2fd57bb8103e730cf365