diff options
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 85a2a5e27148..a5a63d471e43 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -308,7 +308,6 @@ static int drop_dirty_roots(struct btrfs_root *tree_root, | |||
308 | list_del_init(&dirty->list); | 308 | list_del_init(&dirty->list); |
309 | 309 | ||
310 | trans = btrfs_start_transaction(tree_root, 1); | 310 | trans = btrfs_start_transaction(tree_root, 1); |
311 | printk("deleting root %Lu %u %Lu\n", dirty->snap_key.objectid, dirty->snap_key.flags, dirty->snap_key.offset); | ||
312 | ret = btrfs_drop_snapshot(trans, dirty->root, | 311 | ret = btrfs_drop_snapshot(trans, dirty->root, |
313 | dirty->commit_root); | 312 | dirty->commit_root); |
314 | BUG_ON(ret); | 313 | BUG_ON(ret); |