-
Notifications
You must be signed in to change notification settings - Fork 604
windows: add FILE_ZERO_DATA_INFORMATION #261
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
Conversation
This is needed for invoking windows.DeviceIoControl with windows.FSCTL_SET_ZERO_DATA.
This PR (HEAD: 01d299a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/698436. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
Message from Thomas Gibson-Robinson: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
Message from Quim Muntal: Patch Set 2: Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-04T13:34:18Z","revision":"61d89b433af9a316678651c5e8fdb50ff3b9542e"} Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
Message from Quim Muntal: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
Message from Michael Pratt: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
Message from Michael Pratt: Patch Set 2: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
This is needed for invoking windows.DeviceIoControl with windows.FSCTL_SET_ZERO_DATA. Change-Id: I20f93a40a86b92e6bdeeec096ffc0245e8184672 GitHub-Last-Rev: 01d299a GitHub-Pull-Request: #261 Reviewed-on: https://go-review.googlesource.com/c/sys/+/698436 Auto-Submit: Michael Pratt <[email protected]> Reviewed-by: Quim Muntal <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
This PR is being closed because golang.org/cl/698436 has been merged. |
This is needed for invoking windows.DeviceIoControl with
windows.FSCTL_SET_ZERO_DATA.