diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-15 08:27:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-15 08:27:31 +0200 |
commit | d21b26cad33250be758ea9d860ff9d5c3992c459 (patch) | |
tree | 4100585d2310a9c2ffaed3113e0959a021e5a8e9 /rust/kernel/mm/virt.rs | |
parent | ed68411e879e9bd512e266d3c46d4b35c5f5fbbc (diff) | |
parent | f83ec76bf285bea5727f478a68b894f5543ca76e (diff) |
Merge 6.17-rc6 into tty-next
We need the tty/serial fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/kernel/mm/virt.rs')
-rw-r--r-- | rust/kernel/mm/virt.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/kernel/mm/virt.rs b/rust/kernel/mm/virt.rs index 6086ca981b06..a1bfa4e19293 100644 --- a/rust/kernel/mm/virt.rs +++ b/rust/kernel/mm/virt.rs @@ -209,6 +209,7 @@ impl VmaMixedMap { /// /// For the duration of 'a, the referenced vma must be undergoing initialization in an /// `f_ops->mmap()` hook. +#[repr(transparent)] pub struct VmaNew { vma: VmaRef, } |