[folded] tmpfs-interleave-the-starting-node-of-dev-shmem-fix.patch removed from -mm tree

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

 



The patch titled
     Subject: shmem: correct build warning in shmem interleave
has been removed from the -mm tree.  Its filename was
     tmpfs-interleave-the-starting-node-of-dev-shmem-fix.patch

This patch was dropped because it was folded into tmpfs-interleave-the-starting-node-of-dev-shmem.patch

------------------------------------------------------
From: Nathan Zimmer <nzimmer@xxxxxxx>
Subject: shmem: correct build warning in shmem interleave

Correcting a build warning in shmem_interleave

Signed-off-by: Nathan Zimmer <nzimmer@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/shmem.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/shmem.c~tmpfs-interleave-the-starting-node-of-dev-shmem-fix mm/shmem.c
--- a/mm/shmem.c~tmpfs-interleave-the-starting-node-of-dev-shmem-fix
+++ a/mm/shmem.c
@@ -1338,7 +1338,7 @@ static unsigned long shmem_interleave(st
 	unsigned long offset;
 
 	/* Use the vm_files prefered node as the initial offset. */
-	offset = (unsigned long *) vma->vm_private_data;
+	offset = (unsigned long)vma->vm_private_data;
 
 	offset += ((addr - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff;
 
_

Patches currently in -mm which might be from nzimmer@xxxxxxx are

shmem-provide-vm_ops-when-also-providing-a-mem-policy.patch
tmpfs-interleave-the-starting-node-of-dev-shmem.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