The patch titled
     get_unmapped_area: remove now unused ret variable
has been removed from the -mm tree.  Its filename was
     get_unmapped_area-remove-now-unused-ret-variable.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: get_unmapped_area: remove now unused ret variable
From: Frederik Deweerdt <[EMAIL PROTECTED]>

Signed-off-by: Frederik Deweerdt <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 mm/mmap.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN mm/mmap.c~get_unmapped_area-remove-now-unused-ret-variable mm/mmap.c
--- a/mm/mmap.c~get_unmapped_area-remove-now-unused-ret-variable
+++ a/mm/mmap.c
@@ -1390,7 +1390,6 @@ unsigned long
 get_unmapped_area(struct file *file, unsigned long addr, unsigned long len,
                unsigned long pgoff, unsigned long flags)
 {
-       unsigned long ret;
        unsigned long (*get_area)(struct file *, unsigned long,
                                  unsigned long, unsigned long, unsigned long);
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

revoke-core-code-do_revoke-error-handling.patch
reiser4-sb_sync_inodes.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to