aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/btrfs/disk-io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 8e58a1f90546..bd48bf21118e 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -3846,8 +3846,6 @@ int btrfs_cleanup_transaction(struct btrfs_root *root)
3846 3846
3847 while (!list_empty(&list)) { 3847 while (!list_empty(&list)) {
3848 t = list_entry(list.next, struct btrfs_transaction, list); 3848 t = list_entry(list.next, struct btrfs_transaction, list);
3849 if (!t)
3850 break;
3851 3849
3852 btrfs_destroy_ordered_operations(root); 3850 btrfs_destroy_ordered_operations(root);
3853 3851