Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36160
b: refs/heads/master
c: d24afc5
h: refs/heads/master
v: v3
  • Loading branch information
Rolf Eike Beer authored and Linus Torvalds committed Sep 27, 2006
1 parent 4864c29 commit cc79ae1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ead04089b138ed669658f80fafbe11fc7d97740b
refs/heads/master: d24afc57d51b1be41f95521e81399061fa5875a6
1 change: 0 additions & 1 deletion trunk/include/linux/vmalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ extern struct vm_struct *__get_vm_area(unsigned long size, unsigned long flags,
extern struct vm_struct *get_vm_area_node(unsigned long size,
unsigned long flags, int node);
extern struct vm_struct *remove_vm_area(void *addr);
extern struct vm_struct *__remove_vm_area(void *addr);
extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
struct page ***pages);
extern void unmap_vm_area(struct vm_struct *area);
Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static struct vm_struct *__find_vm_area(void *addr)
}

/* Caller must hold vmlist_lock */
struct vm_struct *__remove_vm_area(void *addr)
static struct vm_struct *__remove_vm_area(void *addr)
{
struct vm_struct **p, *tmp;

Expand Down

0 comments on commit cc79ae1

Please sign in to comment.