We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689c78a commit 32cee14Copy full SHA for 32cee14
kernel-shared/ctree.c
@@ -670,13 +670,7 @@ int btrfs_cow_block(struct btrfs_trans_handle *trans,
670
{
671
u64 search_start;
672
int ret;
673
- /*
674
- if (trans->transaction != root->fs_info->running_transaction) {
675
- printk(KERN_CRIT "trans %llu running %llu\n", trans->transid,
676
- root->fs_info->running_transaction->transid);
677
- WARN_ON(1);
678
- }
679
- */
+
680
if (trans->transid != root->fs_info->generation) {
681
printk(KERN_CRIT "trans %llu running %llu\n",
682
(unsigned long long)trans->transid,
0 commit comments