Re: [PATCH] Btrfs: stop using vfs_read in send

2013-10-29 Thread Zach Brown
Sorry for the latency. I was away last week. On Fri, Oct 25, 2013 at 11:37:53AM -0400, Josef Bacik wrote: 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

[PATCH] Btrfs: stop using vfs_read in send

2013-10-25 Thread Josef Bacik
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