mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
dm thin metadata: remove needless newline from subtree_dec() DMERR message
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
parent
ec31f3f78a
commit
29f929b52d
@ -344,7 +344,7 @@ static void subtree_dec(void *context, const void *value)
|
||||
memcpy(&root_le, value, sizeof(root_le));
|
||||
root = le64_to_cpu(root_le);
|
||||
if (dm_btree_del(info, root))
|
||||
DMERR("btree delete failed\n");
|
||||
DMERR("btree delete failed");
|
||||
}
|
||||
|
||||
static int subtree_equal(void *context, const void *value1_le, const void *value2_le)
|
||||
|
Loading…
Reference in New Issue
Block a user