Tejun Heo wrote:
If you're worried about the double copying due to performance reasons, what we can do is implementing userspace to userspace copying. I just took easier path of copying twice as u-u copy can't be done using the existing FUSE mechanics.
-- tejun --