Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14968
b: refs/heads/master
c: e3c3374
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Dec 4, 2005
1 parent 95eaaca commit 8965162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0ceaacc9785fedc500e19b024d606a82a23f5372
refs/heads/master: e3c3374fbf7efe9487edc53cd10436ed641983aa
2 changes: 1 addition & 1 deletion trunk/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ int vm_insert_page(struct vm_area_struct *vma, unsigned long addr, struct page *
return -EINVAL;
return insert_page(vma->vm_mm, addr, page, vma->vm_page_prot);
}
EXPORT_SYMBOL_GPL(vm_insert_page);
EXPORT_SYMBOL(vm_insert_page);

/*
* Somebody does a pfn remapping that doesn't actually work as a vma.
Expand Down

0 comments on commit 8965162

Please sign in to comment.