From: Stefan Behrens Date: Wed, 13 Nov 2013 16:19:08 +0000 (+0100) Subject: Btrfs: print bytenr instead of page pointer in check-int X-Git-Tag: v3.13-rc1~13^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d140f5f61d3547dcc194de9cd5193b957b8016;p=pandora-kernel.git Btrfs: print bytenr instead of page pointer in check-int The page pointer information was useless. The bytenr is what you want when you search for submitted write bios. Additionally, a new bit in the print mask is added that allows to selectively enable the check-int submit_bio verbose mode. Before, the global verbose mode had to be enabled leading to many million useless lines in the kernel log. And a comment is added that explains that LOG_BUF_SHIFT needs to be set to a really high value. Signed-off-by: Stefan Behrens Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed