commit | da3fbc40f7669b72ceeec14fa226bfeccbcd1ac9 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Tue Feb 23 16:12:49 2021 -0800 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Mar 04 09:16:20 2021 -0800 |
tree | f3aa6a0f42db704ac10cfa21605ef093bae2e66e | |
parent | 59a2768c172bbd1d5e629fe87912b44b754752fe [diff] |
authfs: Replace a trait bound const w/ a simple const fs-verity assumes block/page/chunk size to be 4K, and the assumption may not change for the foreseeable future. Remove the const from the trait and use a simple const for simplicity. Bug: 171279640 Test: atest Change-Id: I8e47acb1869b15dab676dfb10449d2800f3aca73