diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-15 08:26:05 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-15 08:26:05 +0200 |
| commit | c319c4ec062477edd0d14b79e2f3a9bd26a9a82e (patch) | |
| tree | 0d8ab99d0c73413c002c1a9ef06f621014502805 /rust/kernel/mm/virt.rs | |
| parent | perf: make pmu_bus const (diff) | |
| parent | Linux 6.17-rc6 (diff) | |
| download | linux-c319c4ec062477edd0d14b79e2f3a9bd26a9a82e.tar.gz linux-c319c4ec062477edd0d14b79e2f3a9bd26a9a82e.zip | |
Merge 6.17-rc6 into driver-core-next
We need the driver core fixes in here to build on top of.
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, } |
