From: Chris Mason Date: Mon, 7 Apr 2014 14:10:40 +0000 (-0700) Subject: Btrfs: fix EINVAL checks in btrfs_clone X-Git-Tag: v3.15-rc1~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a29bc0928003674f45b4fe625b4d0738a22c60d;p=pandora-kernel.git Btrfs: fix EINVAL checks in btrfs_clone btrfs_drop_extents can now return -EINVAL, but only one caller in btrfs_clone was checking for it. This adds it to the caller for inline extents, which is where we really need it. Signed-off-by: Chris Mason --- Reading git-diff-tree failed