[UDFS] Apply pull request #17#302
Draft
Copilot wants to merge 5 commits into
Draft
Conversation
Agent-Logs-Url: https://github.com/Zero3K20/reactos/sessions/6e99857d-304c-40d2-8f5e-e32623f9d92d Co-authored-by: Zero3K20 <258969903+Zero3K20@users.noreply.github.com>
Copilot stopped work on behalf of
Zero3K20 due to an error
April 27, 2026 20:14
Owner
|
@copilot Please continue from where the rate limit was hit. |
Author
All changes from PR #17 have been applied in commit
|
Copilot
AI
changed the title
[WIP] Apply pull request #17 for UDFS
[UDFS] Apply pull request #17
Apr 28, 2026
This was referenced Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies changes from assorted/reactos#17 to the UDFS filesystem driver.
Changes Made
struct.h: Changed
ULONGtoLONGfor all fields used withInterlockedXxxfunctions (FcbReference,FcbCleanup,CachedOpenHandleCount,FcbUserReferencein FCB;VcbCleanup,VcbReference,VcbUserReference,VcbResidualReference,VcbResidualUserReference,Modified,numFiles,numDirsin VCB;Referencein LCB). AddedCcbListResourceERESOURCE toFCB_NONPAGED.strucsup.cpp: Initialize
CcbListResourceinUDFCreateFcbNonpagedand delete it inUDFDeleteFcbNonpaged. Removed redundant(PLONG)/(LONG*)casts fromInterlockedXxxcalls.misc.cpp: Use
InterlockedExchangeforModifiedassignments inUDFSetModifiedandUDFPreClrModified. UseInterlockedOr/InterlockedAndfor atomicVcbStateflag manipulation inUDFToggleMediaEjectDisableinstead of non-atomic XOR.cleanup.cpp, create.cpp, fileinfo.cpp, fscntrl.cpp, prefxsup.cpp: Removed redundant
(PLONG)casts fromInterlockedXxxcalls now that the affected fields are properly typed asLONG.udf_reg.h: Already matched the target state — no changes required.