diff --git a/patches.suse/btrfs-reduce-contention-on-log-trees-when-logging-ch.patch b/patches.suse/btrfs-reduce-contention-on-log-trees-when-logging-ch.patch index ccc1978..88f0317 100644 --- a/patches.suse/btrfs-reduce-contention-on-log-trees-when-logging-ch.patch +++ b/patches.suse/btrfs-reduce-contention-on-log-trees-when-logging-ch.patch @@ -362,7 +362,7 @@ index fe2b8045c..4f5b08893 100644 list); if (!ret) - ret = log_csums(trans, log, sums); -+ ret = log_csums(trans, BTRFS_I(inode), log, sums); ++ ret = log_csums(trans, inode, log, sums); list_del(&sums->list); kfree(sums); }