On Fri, Jul 04, 2014 at 05:59:06PM +0800, Wang Shilong wrote:
> @@ -351,9 +351,9 @@ static int verify_parent_transid(struct extent_io_tree
> *io_tree,
> - printk_ratelimited("parent transid verify failed on %llu wanted %llu "
> - "found %llu\n",
> - eb->start, parent_transid, btrfs_header_generation(eb));
> + printk_ratelimited("BTRFS (device %s): parent transid verify failed on
> %llu wanted %llu found %llu\n",
Missing KERN_ message level, probably ERROR
> + eb->fs_info->sb->s_id, eb->start,
> + parent_transid, btrfs_header_generation(eb));
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html