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

[stable-3.9] Convert VFS file to placeholder again if needed #5927

Merged
merged 3 commits into from
Aug 21, 2023

Commits on Aug 21, 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 Aug 21, 2023
    Configuration menu
    Copy the full SHA
    afdfa57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9269b32 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 Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7565175 View commit details
    Browse the repository at this point in the history