From ed2590953bd06b892f0411fc94e19175d32f197a Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Fri, 25 Oct 2013 11:36:01 -0400 Subject: [PATCH] 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-format-patch failed