Skip to content

Commit

Permalink
btrfs: fix missing break in switch phrase
Browse files Browse the repository at this point in the history
There is a missing break in switch, fix it.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
liubo authored and Chris Mason committed Jan 28, 2011
1 parent 2a29edc commit 333e810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/btrfs/print-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l)
#else
BUG();
#endif
break;
case BTRFS_BLOCK_GROUP_ITEM_KEY:
bi = btrfs_item_ptr(l, i,
struct btrfs_block_group_item);
Expand Down

0 comments on commit 333e810

Please sign in to comment.