OSDN Git Service

ANDROID: dm: use name_to_dev_t
authorJeremy Compostella <jeremy.compostella@intel.com>
Fri, 15 Apr 2016 11:32:54 +0000 (13:32 +0200)
committerVikram Mulukutla <markivx@codeaurora.org>
Fri, 28 Oct 2016 21:47:00 +0000 (14:47 -0700)
commitcf53c2952848e7112107ef1d5f40630dbc89945d
treef15ca87812824882c7f664d581eeaa64198e94ee
parent583c9f05ff269cea355e49f627d8eba635b470c7
ANDROID: dm: use name_to_dev_t

This patch makes android_verity_ctr() parse its block device string
parameter with name_to_dev_t().  It allows the use of less hardware
related block device reference like PARTUUID for instance.

Change-Id: Idb84453e70cc11abd5ef3a0adfbb16f8b5feaf07
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Git-commit: a517817c1708dd9d762d37d7dd475d4728a4b34e
Git-repo: https://android.googlesource.com/kernel/common
Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>
drivers/md/dm-android-verity.c