From: Sage Weil Date: Tue, 20 Sep 2011 18:48:51 +0000 (-0400) Subject: Btrfs: reserve sufficient space for ioctl clone X-Git-Tag: v3.1-rc7~9^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f3409b2197e8fcedb43e6600e37b7cfbe0715b;p=pandora-kernel.git Btrfs: reserve sufficient space for ioctl clone Fix a crash/BUG_ON in the clone ioctl due to insufficient reservation. We need to reserve space for: - adjusting the old extent (possibly splitting it) - adding the new extent - updating the inode Signed-off-by: Sage Weil Signed-off-by: Chris Mason --- Reading git-diff-tree failed