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: http://git.lede-project.org./?a=commitdiff_plain;h=43dd729b862f4a053310f75d3ee559b678772f59;p=openwrt%2Fstaging%2Fblogic.git Btrfs: Fix cow semantic in run_delalloc_nocow() The file preallocation code reversed the logic to force nodatacow. This fixes it. ---