Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310036
b: refs/heads/master
c: cf74d14
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed May 31, 2012
1 parent 95f6a5c commit 19d2437
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 4ad310b836d5c61ac6e9b5fd7db12d0cd57136d7
refs/heads/master: cf74d14c4fbce9bcc9eb62f52d721d3399a2b87f
1 change: 0 additions & 1 deletion trunk/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,6 @@ unsigned long do_mmap(struct file *file, unsigned long addr,
return -EINVAL;
return do_mmap_pgoff(file, addr, len, prot, flag, offset >> PAGE_SHIFT);
}
EXPORT_SYMBOL(do_mmap);

unsigned long vm_mmap(struct file *file, unsigned long addr,
unsigned long len, unsigned long prot,
Expand Down
1 change: 0 additions & 1 deletion trunk/mm/nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,6 @@ unsigned long do_mmap(struct file *file, unsigned long addr,
return -EINVAL;
return do_mmap_pgoff(file, addr, len, prot, flag, offset >> PAGE_SHIFT);
}
EXPORT_SYMBOL(do_mmap);

unsigned long vm_mmap(struct file *file, unsigned long addr,
unsigned long len, unsigned long prot,
Expand Down

0 comments on commit 19d2437

Please sign in to comment.