]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: print bytenr instead of page pointer in check-int
authorStefan Behrens <sbehrens@giantdisaster.de>
Wed, 13 Nov 2013 16:19:08 +0000 (17:19 +0100)
committerChris Mason <chris.mason@fusionio.com>
Thu, 21 Nov 2013 01:44:46 +0000 (20:44 -0500)
commit7839ca6db7433575c486a02a54e43a342b8a4d3f
tree191115bf14b8f9635c059d625e62caaa9d1a016c
parentf56e947f38f8b30fa768eb712312fb33aa21635d
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 <sbehrens@giantdisaster.de>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/check-integrity.c