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