-
Notifications
You must be signed in to change notification settings - Fork 800
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
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## stable-3.9 #5927 +/- ##
==============================================
- Coverage 60.30% 60.28% -0.03%
==============================================
Files 145 145
Lines 18657 18662 +5
==============================================
- Hits 11252 11250 -2
- Misses 7405 7412 +7
|
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]>
Signed-off-by: Dries Mys <[email protected]>
Signed-off-by: Dries Mys <[email protected]>
d521fdf
to
7565175
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 83.3% Coverage The version of Java (11.0.14.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
AppImage file: nextcloud-PR-5927-75651754a4c34b5c9e1e388b35f709d0e825fa3d-x86_64.AppImage |
Backport of #5889