We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaea47 commit c49d020Copy full SHA for c49d020
1 file changed
rust/kernel/sync/lockdep.rs
@@ -41,4 +41,6 @@ impl LockClassKey {
41
// SAFETY: `bindings::lock_class_key` just represents an opaque memory location, and is never
42
// actually dereferenced.
43
unsafe impl Send for LockClassKey {}
44
+// SAFETY: `bindings::lock_class_key` just represents an opaque memory location, and is never
45
+// actually dereferenced.
46
unsafe impl Sync for LockClassKey {}
0 commit comments