commit | ff8c129d4eae94c7f69b889a50ee033ebbeea5a9 | [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 | 3861b49d9e7acb5b23d4e20083ce2da050bbaf25 [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>