From: Josef Bacik <jbacik@fb.com>
To: Zach Brown <zab@zabbo.net>
Cc: <linux-btrfs@vger.kernel.org>
Subject: Re: [PATCH] Btrfs-progs: let btrfs-image actually work on a balanced fs
Date: Fri, 26 Sep 2014 09:00:49 -0400 [thread overview]
Message-ID: <54256381.1070608@fb.com> (raw)
In-Reply-To: <20140925214419.GO920@lenny.home.zabbo.net>
On 09/25/2014 05:44 PM, Zach Brown wrote:
>> --- a/btrfs-image.c
>> +++ b/btrfs-image.c
>> @@ -1020,6 +1020,9 @@ static int copy_tree_blocks(struct btrfs_root *root, struct extent_buffer *eb,
>> int i = 0;
>> int ret;
>>
>> + if (btrfs_header_bytenr(eb) == 65536)
>> + printf("We have bytenr 65536, belongs to %llu, level %d\n",
>> + btrfs_header_owner(eb), btrfs_header_level(eb));
>> ret = add_extent(btrfs_header_bytenr(eb), root->leafsize, metadump, 0);
>> if (ret) {
>> fprintf(stderr, "Error adding metadata block\n");
>
> Did you mean to leave that in? The raw super offset sure makes it look
> like debugging output.
>
Sigh sorry, thought I culled everything. Thanks,
Josef
prev parent reply other threads:[~2014-09-26 13:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-25 20:46 [PATCH] Btrfs-progs: let btrfs-image actually work on a balanced fs Josef Bacik
2014-09-25 21:44 ` Zach Brown
2014-09-26 13:00 ` Josef Bacik [this message]
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=54256381.1070608@fb.com \
--to=jbacik@fb.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=zab@zabbo.net \
/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.