diff options
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index 98f422d9ab07..a8a3cb03de59 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -667,7 +667,6 @@ int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | |||
667 | root->fs_info->btree_inode->i_mapping, GFP_NOFS); | 667 | root->fs_info->btree_inode->i_mapping, GFP_NOFS); |
668 | 668 | ||
669 | trans->transaction->in_commit = 1; | 669 | trans->transaction->in_commit = 1; |
670 | printk("trans %Lu in commit\n", trans->transid); | ||
671 | cur_trans = trans->transaction; | 670 | cur_trans = trans->transaction; |
672 | if (cur_trans->list.prev != &root->fs_info->trans_list) { | 671 | if (cur_trans->list.prev != &root->fs_info->trans_list) { |
673 | prev_trans = list_entry(cur_trans->list.prev, | 672 | prev_trans = list_entry(cur_trans->list.prev, |
@@ -748,7 +747,6 @@ printk("trans %Lu in commit\n", trans->transid); | |||
748 | kfree(pinned_copy); | 747 | kfree(pinned_copy); |
749 | 748 | ||
750 | cur_trans->commit_done = 1; | 749 | cur_trans->commit_done = 1; |
751 | printk("trans %Lu done in commit\n", cur_trans->transid); | ||
752 | root->fs_info->last_trans_committed = cur_trans->transid; | 750 | root->fs_info->last_trans_committed = cur_trans->transid; |
753 | wake_up(&cur_trans->commit_wait); | 751 | wake_up(&cur_trans->commit_wait); |
754 | put_transaction(cur_trans); | 752 | put_transaction(cur_trans); |