Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert VFS file to placeholder again if needed #5889

Merged
merged 3 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. Convert VFS file to placeholder again if needed

    Note that Windows may convert a placeholder file to a regular file when
    it is replaced by another file, even if the old and new file (inode,
    modified time, file size) are identical.
    
    WIN32_FIND_DATA::dwReserved0 is only initialised in case of
    FILE_ATTRIBUTE_REPARSE_POINT is set. This field is not a bit set. Check
    corrected to only include all cloud reparse points and not other special
    reparse points.
    
    Signed-off-by: Dries Mys <[email protected]>
    m7913d authored and mgallien committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    984d06e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb21eb5 View commit details
    Browse the repository at this point in the history
  3. Small coding improvements

    Signed-off-by: Dries Mys <[email protected]>
    m7913d authored and mgallien committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    243fcfe View commit details
    Browse the repository at this point in the history