Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fd0b495 authored by Amit Pundir's avatar Amit Pundir
Browse files

ANDROID: dm: fix dm_setup_md_queue call



Upstream commit 591ddcfc ("dm: allow immutable request-based
targets to use blk-mq pdu") changed dm_setup_md_queue() API, hence
update the android patchset for A/B verity changes.

Fixes: Change-Id: I952d86fd1475f0825f9be1386e3497b36127abd0
       ("ANDROID: dm: Rebase on top of 4.1")
Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 5e3ce74d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ static void __init dm_setup_drive(void)

	if (dm_get_md_type(md) == DM_TYPE_NONE) {
		dm_set_md_type(md, dm_table_get_type(table));
		if (dm_setup_md_queue(md)) {
		if (dm_setup_md_queue(md, table)) {
			DMWARN("unable to set up device queue for new table.");
			goto setup_md_queue_fail;
		}