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

Commit b3634c8a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "md: dm-req-crypt: add message when mapping completed"

parents b847c9a2 e7706d9c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1015,6 +1015,10 @@ static int req_crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv)
		goto ctr_exit;
	}
	err = 0;

	DMINFO("%s: Mapping block_device %s to dm-req-crypt ok!\n",
	       __func__, argv[3]);

ctr_exit:
	if (err)
		req_crypt_dtr(ti);