commit | cd3ea90b200534b8c9d81619731c9ce198478a3c | [log] [tgz] |
---|---|---|
author | Jorge Troncoso <jatron@google.com> | Thu Feb 03 15:52:59 2022 -0800 |
committer | Jorge Troncoso <jatron@google.com> | Thu Feb 03 15:52:59 2022 -0800 |
tree | dc7dfd796d2ac3d1369e618ebe12f26e12639d11 | |
parent | 99026cff47e35b3f5abd68a19cba1a4fb683fdc4 [diff] |
fix(ufs): don't zero out the write buffer Previously ufs_write_blocks was memsetting the write buffer before calling ufs_prepare_cmd, causing zeros to be written to UFS. This change deletes the memset call so the original buffer contents get written to UFS. Signed-off-by: Jorge Troncoso <jatron@google.com> Change-Id: I3299f11b30e6d7d409408ce11a6759c88607ee18