• Tommaso Tocci's avatar
    Always return inode number in stats · 6a6670a6
    Tommaso Tocci authored
    The `cp` command double check the inode number to detect file changes
    during transfers, we need to set it properly and keep it consistent.
    
    inode(file) = std::hash(file_path)
    6a6670a6