From: David Sterba <dsterba@suse.cz>
To: David Sterba <dsterba@suse.cz>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: Integration branch of btrfs-progs 2013-01-30
Date: Thu, 31 Jan 2013 13:46:25 +0100 [thread overview]
Message-ID: <20130131124625.GJ30535@twin.jikos.cz> (raw)
In-Reply-To: <20130130002658.GE30535@twin.jikos.cz>
On Wed, Jan 30, 2013 at 01:26:58AM +0100, David Sterba wrote:
> Stefan Behrens (3):
> Btrfs-progs: add command to get/reset device stats via ioctl
JFI, pointed out on IRC:
--- a/print-tree.c
+++ b/print-tree.c
@@ -454,6 +454,8 @@ static void print_key_type(u64 objectid, u8 type)
break;
case BTRFS_QGROUP_LIMIT_KEY:
printf("BTRFS_QGROUP_LIMIT_KEY");
+ case BTRFS_DEV_STATS_KEY:
+ printf("DEV_STATS_ITEM");
break;
default:
printf("UNKNOWN.%d", type);
This hunk was mismerged, a missing break before case BTRFS_DEV_STATS_KEY:
I'll fix it in next integration, as it's not so urgent.
david
next prev parent reply other threads:[~2013-01-31 12:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-30 0:24 Integration branch of btrfs-progs 2013-01-30 David Sterba
2013-01-30 0:26 ` David Sterba
2013-01-31 12:46 ` David Sterba [this message]
2013-01-31 19:17 ` Martin Steigerwald
2013-02-01 17:58 ` David Sterba
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=20130131124625.GJ30535@twin.jikos.cz \
--to=dsterba@suse.cz \
--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 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).