]> Pileus Git - ~andy/linux/blobdiff - fs/btrfs/print-tree.c
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
[~andy/linux] / fs / btrfs / print-tree.c
index 5e23684887eb8eb401594af69b1be7372f7188aa..50d95fd190a5932e165e9331313ca3e302635b5d 100644 (file)
@@ -297,6 +297,9 @@ void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l)
                case BTRFS_DEV_STATS_KEY:
                        printk(KERN_INFO "\t\tdevice stats\n");
                        break;
+               case BTRFS_DEV_REPLACE_KEY:
+                       printk(KERN_INFO "\t\tdev replace\n");
+                       break;
                };
        }
 }