projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a29edc
)
btrfs: fix missing break in switch phrase
author
liubo
<liubo2009@cn.fujitsu.com>
Wed, 26 Jan 2011 06:22:33 +0000
(06:22 +0000)
committer
Chris Mason
<chris.mason@oracle.com>
Fri, 28 Jan 2011 21:40:37 +0000
(16:40 -0500)
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>
fs/btrfs/print-tree.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/print-tree.c
b/fs/btrfs/print-tree.c
index
0d126be
..
fb2605d
100644
(file)
--- a/
fs/btrfs/print-tree.c
+++ b/
fs/btrfs/print-tree.c
@@
-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);