From: Josef Bacik Date: Fri, 25 Oct 2013 15:36:01 +0000 (-0400) Subject: Btrfs: stop using vfs_read in send X-Git-Tag: v3.13-rc1~85^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2590953bd06b892f0411fc94e19175d32f197a;p=pandora-kernel.git Btrfs: stop using vfs_read in send Apparently we don't actually close the files until we return to userspace, so stop using vfs_read in send. This is actually better for us since we can avoid all the extra logic of holding the file we're sending open and making sure to clean it up. This will fix people who have been hitting too many files open errors when trying to send. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed