diff options
| -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 04bbfb1052eb..68704e74f0d3 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
| @@ -111,7 +111,6 @@ loop: | |||
| 111 | * to redo the trans_no_join checks above | 111 | * to redo the trans_no_join checks above |
| 112 | */ | 112 | */ |
| 113 | kmem_cache_free(btrfs_transaction_cachep, cur_trans); | 113 | kmem_cache_free(btrfs_transaction_cachep, cur_trans); |
| 114 | cur_trans = fs_info->running_transaction; | ||
| 115 | goto loop; | 114 | goto loop; |
| 116 | } else if (fs_info->fs_state & BTRFS_SUPER_FLAG_ERROR) { | 115 | } else if (fs_info->fs_state & BTRFS_SUPER_FLAG_ERROR) { |
| 117 | spin_unlock(&fs_info->trans_lock); | 116 | spin_unlock(&fs_info->trans_lock); |
