From: Yan Zheng Date: Thu, 9 Oct 2008 15:46:19 +0000 (-0400) Subject: Btrfs: Fix leaf reference cache miss X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b84e8d6eef82fcf7b1b16d92e29375b85b6549a;p=pandora-kernel.git Btrfs: Fix leaf reference cache miss Due to the optimization for truncate, tree leaves only containing checksum items can be deleted without being COW'ed first. This causes reference cache misses. The way to fix the miss is create cache entries for tree leaves only contain checksum. This patch also fixes a -EEXIST issue in shared reference cache. Signed-off-by: Yan Zheng --- Reading git-diff-tree failed