From: Liu Hui Date: Thu, 20 Nov 2008 15:25:31 +0000 (-0500) Subject: Btrfs: Fix cow semantic in run_delalloc_nocow() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=43dd729b862f4a053310f75d3ee559b678772f59;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Btrfs: Fix cow semantic in run_delalloc_nocow() The file preallocation code reversed the logic to force nodatacow. This fixes it. ---