]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06b7c3e96d3ef3faa57f63015f737fe16ca508f6
tree0ee56bab39e8e9f994b310fe1be6a5247020e684
parent15a145624ff6c0b69a1d3742ec88e7842466949a
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