aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Yanfei <[email protected]>2013-07-03 15:04:49 -0700
committerLinus Torvalds <[email protected]>2013-07-03 16:07:40 -0700
commitf6d480059bedaf4feb06466c770f5fcace9eca31 (patch)
tree6b933ffff526253471a4ef99f3400ca02c035954
parent3645cb4a4eb2002dad17b314559badf8a20e55a7 (diff)
mm, vmalloc: remove insert_vmalloc_vm()
Now this function is nowhere used, we can remove it directly. Signed-off-by: Zhang Yanfei <[email protected]> Acked-by: Joonsoo Kim <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/vmalloc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index db48d513598f..bd60bffd9aef 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -1322,13 +1322,6 @@ static void clear_vm_unlist(struct vm_struct *vm)
vm->flags &= ~VM_UNLIST;
}
-static void insert_vmalloc_vm(struct vm_struct *vm, struct vmap_area *va,
- unsigned long flags, const void *caller)
-{
- setup_vmalloc_vm(vm, va, flags, caller);
- clear_vm_unlist(vm);
-}
-
static struct vm_struct *__get_vm_area_node(unsigned long size,
unsigned long align, unsigned long flags, unsigned long start,
unsigned long end, int node, gfp_t gfp_mask, const void *caller)