* [PATCH mmotm] shmem: correct build warning in shmem interleave
@ 2012-07-23 19:53 Nathan Zimmer
0 siblings, 0 replies; only message in thread
From: Nathan Zimmer @ 2012-07-23 19:53 UTC (permalink / raw)
Cc: akpm, linux-mm, dan.carpenter, Nathan Zimmer
Correcting a build warning in shmem_interleave
Signed-off-by: Nathan Zimmer <nzimmer@sgi.com>
---
mm/shmem.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/shmem.c b/mm/shmem.c
index cee03c0..a38960b 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -1338,7 +1338,7 @@ static unsigned long shmem_interleave(struct vm_area_struct *vma,
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;
--
1.6.0.2
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-23 19:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 19:53 [PATCH mmotm] shmem: correct build warning in shmem interleave Nathan Zimmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).