* [merged] mm-remove-last-trace-of-shmem_get_unmapped_area.patch removed from -mm tree
@ 2011-05-25 20:30 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2011-05-25 20:30 UTC (permalink / raw)
To: hughd, mm-commits
The patch titled
mm: remove last trace of shmem_get_unmapped_area
has been removed from the -mm tree. Its filename was
mm-remove-last-trace-of-shmem_get_unmapped_area.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: mm: remove last trace of shmem_get_unmapped_area
From: Hugh Dickins <hughd@google.com>
Remove noMMU declaration of shmem_get_unmapped_area() from mm.h: it fell
out of use in 2.6.21 and ceased to exist in 2.6.29.
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/mm.h | 8 --------
1 file changed, 8 deletions(-)
diff -puN include/linux/mm.h~mm-remove-last-trace-of-shmem_get_unmapped_area include/linux/mm.h
--- a/include/linux/mm.h~mm-remove-last-trace-of-shmem_get_unmapped_area
+++ a/include/linux/mm.h
@@ -873,14 +873,6 @@ int shmem_lock(struct file *file, int lo
struct file *shmem_file_setup(const char *name, loff_t size, unsigned long long vm_flags);
int shmem_zero_setup(struct vm_area_struct *);
-#ifndef CONFIG_MMU
-extern unsigned long shmem_get_unmapped_area(struct file *file,
- unsigned long addr,
- unsigned long len,
- unsigned long pgoff,
- unsigned long flags);
-#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-25 20:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 20:30 [merged] mm-remove-last-trace-of-shmem_get_unmapped_area.patch removed from -mm tree akpm
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.