* btrfs-debug-tree -e
@ 2012-06-28 9:39 Anand Jain
0 siblings, 0 replies; only message in thread
From: Anand Jain @ 2012-06-28 9:39 UTC (permalink / raw)
To: linux-btrfs
Hi,
Looks like commit fcdc0929c6ea051dad59818210df53fd03eaf4b1
removed the function print_extent_leaf
---
static void print_extents(struct btrfs_root *root, struct extent_buffer *eb)
{
int i;
@@ -81,10 +43,7 @@ static void print_extents(struct btrfs_root *root, struct extent_buffer *eb)
if (!eb)
return;
- if (btrfs_is_leaf(eb)) {
- print_extent_leaf(root, eb);
- return;
- }
+
---
which made 'btrfs-debug-tree -e' stop working.
any comments on why it was done ?
thanks Anand
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-28 9:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 9:39 btrfs-debug-tree -e Anand Jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).