forked from Minki/linux
dm clone: Fix typo in block_device format specifier
Use %pg for printing the block device name, instead of %pd.
Fixes: 385411ffba
("dm: stop using bdevname")
Cc: stable@vger.kernel.org # v5.18+
Signed-off-by: Nikos Tsironis <ntsironis@arrikto.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
parent
99f4f5bcb9
commit
5434ee8d28
@ -2035,7 +2035,7 @@ static void disable_passdown_if_not_supported(struct clone *clone)
|
||||
reason = "max discard sectors smaller than a region";
|
||||
|
||||
if (reason) {
|
||||
DMWARN("Destination device (%pd) %s: Disabling discard passdown.",
|
||||
DMWARN("Destination device (%pg) %s: Disabling discard passdown.",
|
||||
dest_dev, reason);
|
||||
clear_bit(DM_CLONE_DISCARD_PASSDOWN, &clone->flags);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user