Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 333e8105 authored by liubo's avatar liubo Committed by Chris Mason
Browse files

btrfs: fix missing break in switch phrase



There is a missing break in switch, fix it.

Signed-off-by: default avatarLiu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 2a29edc6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -260,6 +260,7 @@ void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l)
#else
#else
			BUG();
			BUG();
#endif
#endif
			break;
		case BTRFS_BLOCK_GROUP_ITEM_KEY:
		case BTRFS_BLOCK_GROUP_ITEM_KEY:
			bi = btrfs_item_ptr(l, i,
			bi = btrfs_item_ptr(l, i,
					    struct btrfs_block_group_item);
					    struct btrfs_block_group_item);