+ get_unmapped_area-remove-now-unused-ret-variable.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     get_unmapped_area: remove now unused ret variable
has been added to the -mm tree.  Its filename is
     get_unmapped_area-remove-now-unused-ret-variable.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: get_unmapped_area: remove now unused ret variable
From: Frederik Deweerdt <deweerdt@xxxxxxx>

Signed-off-by: Frederik Deweerdt <frederik.deweerdt@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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 deweerdt@xxxxxxx are

get_unmapped_area-remove-now-unused-ret-variable.patch
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux