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, but frankly, at this point, I think that would
be an premature optimization.