From: Josef Bacik Date: Fri, 4 Mar 2011 19:37:08 +0000 (-0500) Subject: Btrfs: only add orphan items when truncating X-Git-Tag: v2.6.39-rc1~19^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0cd846e9221811d87047f1428cf5226e7236efe;p=pandora-kernel.git Btrfs: only add orphan items when truncating We don't need an orphan item when expanding files, we just need them for truncating them, so only add the orphan item in btrfs_truncate instead of in btrfs_setsize. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed