* [folded-merged] mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems-fix.patch removed from -mm tree
@ 2025-06-13 4:37 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-06-13 4:37 UTC (permalink / raw)
To: mm-commits, lorenzo.stoakes, akpm, akpm
The quilt patch titled
Subject: mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems-fix
has been removed from the -mm tree. Its filename was
mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems-fix.patch
This patch was dropped because it was folded into mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems-fix
Date: Mon Jun 9 06:17:45 PM PDT 2025
export compat_vma_mmap_prepare tp fix build
ERROR: modpost: "compat_vma_mmap_prepare" [fs/coda/coda.ko] undefined!
ERROR: modpost: "compat_vma_mmap_prepare" [drivers/gpu/drm/i915/i915.ko] undefined!
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/util.c | 1 +
1 file changed, 1 insertion(+)
--- a/mm/util.c~mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems-fix
+++ a/mm/util.c
@@ -1170,3 +1170,4 @@ int compat_vma_mmap_prepare(struct file
return 0;
}
+EXPORT_SYMBOL(compat_vma_mmap_prepare);
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-13 4:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-13 4:37 [folded-merged] mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.