diff mbox

Integration branch of btrfs-progs 2013-01-30

Message ID 20130131124625.GJ30535@twin.jikos.cz (mailing list archive)
State New, archived
Headers show

Commit Message

David Sterba Jan. 31, 2013, 12:46 p.m. UTC
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:


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
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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);