From: Mark Fasheh Date: Tue, 6 Aug 2013 18:42:49 +0000 (-0700) Subject: btrfs_ioctl_clone: Move clone code into it's own function X-Git-Tag: v3.12-rc1~40^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b7c687c52a0b78a7d41ce6423c2fd8f5ca92da;p=pandora-kernel.git btrfs_ioctl_clone: Move clone code into it's own function There's some 250+ lines here that are easily encapsulated into their own function. I don't change how anything works here, just create and document the new btrfs_clone() function from btrfs_ioctl_clone() code. Signed-off-by: Mark Fasheh Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed