aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r--fs/btrfs/ctree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index c92c6b0ee582..efce173a935c 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -158,9 +158,6 @@ int __btrfs_cow_block(struct btrfs_trans_handle *trans,
158 } else { 158 } else {
159 root_gen = 0; 159 root_gen = 0;
160 } 160 }
161 if (!(buf->flags & EXTENT_CSUM))
162 WARN_ON(1);
163
164 WARN_ON(root->ref_cows && trans->transid != 161 WARN_ON(root->ref_cows && trans->transid !=
165 root->fs_info->running_transaction->transid); 162 root->fs_info->running_transaction->transid);
166 WARN_ON(root->ref_cows && trans->transid != root->last_trans); 163 WARN_ON(root->ref_cows && trans->transid != root->last_trans);
@@ -247,8 +244,6 @@ int btrfs_cow_block(struct btrfs_trans_handle *trans,
247 root->fs_info->generation); 244 root->fs_info->generation);
248 WARN_ON(1); 245 WARN_ON(1);
249 } 246 }
250 if (!(buf->flags & EXTENT_CSUM))
251 WARN_ON(1);
252 247
253 header_trans = btrfs_header_generation(buf); 248 header_trans = btrfs_header_generation(buf);
254 spin_lock(&root->fs_info->hash_lock); 249 spin_lock(&root->fs_info->hash_lock);