commit | 74c55e94c9a0dc794747294bd06ea9034072f1f9 | [log] [tgz] |
---|---|---|
author | Akilesh Kailash <akailash@google.com> | Fri Jul 14 21:44:57 2023 -0700 |
committer | Akilesh Kailash <akailash@google.com> | Sat Jul 15 05:44:05 2023 +0000 |
tree | 51be981a96147d7eeccd624b8a55f1c3f7a042f0 | |
parent | 6044e8e44418f38e01de07078c9286cc605ef9e2 [diff] |
libsnapshot: GetReminingTime not required after mapping dm-user After MapDmUserCow, there is no further calls in this function. Snapshot is mapped; Hence, checking remaining time is not required as it may return false if the time was exceeded. This would mean function returning false even though snapshots were successfully mapped. Bug: 291288998 Test: OTA Change-Id: I4fd8fa6ef90a48885392297f217361507268ba51 Signed-off-by: Akilesh Kailash <akailash@google.com>