OSDN Git Service

btrfs: add missing break in btrfs_print_leaf()
authorEric Sandeen <sandeen@redhat.com>
Thu, 31 Jan 2013 00:54:57 +0000 (00:54 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 20 Feb 2013 17:59:20 +0000 (12:59 -0500)
commit0e6360274ff3bd4fb8cf97c5c3483cf5a42a49f4
tree0ee56bab39e8e9f994b310fe1be6a5247020e684
parent1c697d4acc2e10b2a65b22abba2687a2897ecd74
btrfs: add missing break in btrfs_print_leaf()

I don't think that BTRFS_DEV_EXTENT_KEY is supposed
to fall through to BTRFS_DEV_STATS_KEY ...

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/print-tree.c