All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anand Jain <Anand.Jain@oracle.com>
To: linux-btrfs <linux-btrfs@vger.kernel.org>
Subject: btrfs-debug-tree -e
Date: Thu, 28 Jun 2012 17:39:46 +0800	[thread overview]
Message-ID: <4FEC2662.6070404@oracle.com> (raw)



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




                 reply	other threads:[~2012-06-28  9:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FEC2662.6070404@oracle.com \
    --to=anand.jain@oracle.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.