Commit 6e7f2b77 authored by Joe Thornber's avatar Joe Thornber Committed by Linus Torvalds

[PATCH] dm: remove verbose debug message

Remove verbose debug message 'Splitting page'.
parent f231d107
......@@ -339,8 +339,6 @@ static void __split_page(struct clone_info *ci, unsigned int len)
struct bio *clone, *bio = ci->bio;
struct bio_vec *bv = bio->bi_io_vec + ci->idx;
DMWARN("splitting page");
if (len > ci->sector_count)
len = ci->sector_count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment