Skip to content

rust: workqueue: fix safety comments in WorkItemPointer for Pin<KBox>#1235

Open
zanni098 wants to merge 10000 commits intoRust-for-Linux:rustfrom
zanni098:fix-workqueue-safety-comments
Open

rust: workqueue: fix safety comments in WorkItemPointer for Pin<KBox>#1235
zanni098 wants to merge 10000 commits intoRust-for-Linux:rustfrom
zanni098:fix-workqueue-safety-comments

Conversation

@zanni098
Copy link
Copy Markdown

@zanni098 zanni098 commented May 8, 2026

The safety comments in the impl WorkItemPointer for Pin incorrectly
refer to Arc when they should refer to KBox, since this implementation uses
KBox instead of Arc.

Fix the safety comments to properly reference KBox.

Suggested-by: onur-ozkan onur-ozkan@users.noreply.github.com
Link: #1233

This patch follows the kernel contribution guidelines and is signed off
under the Developer's Certificate of Origin.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.