From: Sage Weil Date: Wed, 10 Aug 2011 18:04:04 +0000 (+0000) Subject: Btrfs: truncate pages from clone ioctl target range X-Git-Tag: v3.1-rc3~14^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f81c9cdc567cd3160ff9e64868d9a1a7ee226480;p=pandora-kernel.git Btrfs: truncate pages from clone ioctl target range We need to truncate page cache pages for the clone ioctl target range or else we'll confuse ourselves to no end. If the old data was cached, we used to still see it (until remount). If the page was partially updated we used to get a mix of old and new data. Signed-off-by: Sage Weil Signed-off-by: Chris Mason --- Reading git-diff-tree failed