aufs: copy-up 4/7, body
The functions for
- create the copy-up target file
- copy filedata
- copy metadata
In copying filedata, I had tried splice_direct() instead of repeating
read/write. Surprisingly, I could not see a big difference. So let's
keep this approach for a while. Someday SEEK_DATA/SEEK_HOLE become more
popular, it may help optimizing this read/write.
Signed-off-by:
J. R. Okajima <hooanon05g@gmail.com>
Please register or sign in to comment