commit | d2462570b8dffd2e83dfb9c6e60f8f39697659b5 | [log] [tgz] |
---|---|---|
author | Sandeep Patil <sspatil@google.com> | Wed Feb 15 14:24:39 2017 -0800 |
committer | Sandeep Patil <sspatil@google.com> | Wed Feb 22 11:22:53 2017 -0800 |
tree | d0e13492f40d8839341da5396ec386e08dfc73e0 | |
parent | 971a460c5b573b0e22780579daed242f4879626d [diff] |
fs_mgr: fix the fs_mgr_setup_verity param name The 'verify_dev' parameter for fs_mgr_setup_verity is confusing, since it doesn't necessarily control the "verification" part of the function. Instead, it merely allows the caller to skip the wait_for_dm_verity_device part of the function. So, rename that parameter for what it is. b/27805372 Test: Boot sailfish Change-Id: I024e02fd728f5cd5bb333d9c3b512861731fa215 Signed-off-by: Sandeep Patil <sspatil@google.com>