]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Btrfs: Fix cow semantic in run_delalloc_nocow()
authorLiu Hui <onlyflyer@gmail.com>
Thu, 20 Nov 2008 15:25:31 +0000 (10:25 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 20 Nov 2008 15:25:31 +0000 (10:25 -0500)
commit43dd729b862f4a053310f75d3ee559b678772f59
treea9cc015cdaa47ab42b60525d1a4285cc723a21d7
parente556ce2c9d2163aea122e91a1512c9a110fece5d
Btrfs: Fix cow semantic in run_delalloc_nocow()

The file preallocation code reversed the logic to force nodatacow.  This
fixes it.