btrfs-progs: remove old debugging statement
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
18c970767f
commit
f25e1d16a5
|
@ -266,7 +266,6 @@ int write_tree_block(struct btrfs_trans_handle *trans, struct btrfs_root *root,
|
|||
if (!btrfs_buffer_uptodate(eb, trans->transid))
|
||||
BUG();
|
||||
|
||||
printf("writing out a block\n");
|
||||
btrfs_set_header_flag(eb, BTRFS_HEADER_FLAG_WRITTEN);
|
||||
csum_tree_block(root, eb, 0);
|
||||
|
||||
|
@ -934,7 +933,6 @@ int write_dev_supers(struct btrfs_root *root, struct btrfs_super_block *sb,
|
|||
|
||||
if (root->fs_info->super_bytenr != BTRFS_SUPER_INFO_OFFSET) {
|
||||
btrfs_set_super_bytenr(sb, root->fs_info->super_bytenr);
|
||||
printk("speiiiiiiiiiiiiiiiiiiiiiiiiiiiii\n");
|
||||
crc = ~(u32)0;
|
||||
crc = btrfs_csum_data(NULL, (char *)sb + BTRFS_CSUM_SIZE, crc,
|
||||
BTRFS_SUPER_INFO_SIZE - BTRFS_CSUM_SIZE);
|
||||
|
|
Loading…
Reference in New Issue