• J. R. Okajima's avatar
    aufs: copy-up 4/7, body · f63b4f2f
    J. R. Okajima authored
    
    
    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: default avatarJ. R. Okajima <hooanon05g@gmail.com>
    f63b4f2f
cpup.c 22.2 KB