Skip to content

Commit

Permalink
dm cache policy smq: clarify that mq registration failure was for 'mq'
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
  • Loading branch information
snitm committed Mar 10, 2016
1 parent c80914e commit 7dd85bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/dm-cache-policy-smq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ static int __init smq_init(void)

r = dm_cache_policy_register(&mq_policy_type);
if (r) {
DMERR("register failed %d", r);
DMERR("register failed (as mq) %d", r);
dm_cache_policy_unregister(&smq_policy_type);
return -ENOMEM;
}
Expand Down

0 comments on commit 7dd85bb

Please sign in to comment.