Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11399
b: refs/heads/master
c: b145946
h: refs/heads/master
i:
  11397: 0110b29
  11395: b11dc3e
  11391: ca85b3a
v: v3
  • Loading branch information
Nikita Danilov authored and Linus Torvalds committed Oct 30, 2005
1 parent 8a13c21 commit 7c82b3b
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: 2f96996de0eda378df2a5f857ee1ef615ae10a4f
refs/heads/master: b1459461f1e0abd5c28317d6bff6f2ca612a719d
2 changes: 1 addition & 1 deletion trunk/mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,7 @@ int filemap_populate(struct vm_area_struct *vma, unsigned long addr,

return 0;
}
EXPORT_SYMBOL(filemap_populate);

struct vm_operations_struct generic_file_vm_ops = {
.nopage = filemap_nopage,
Expand All @@ -1555,7 +1556,6 @@ int generic_file_mmap(struct file * file, struct vm_area_struct * vma)
vma->vm_ops = &generic_file_vm_ops;
return 0;
}
EXPORT_SYMBOL(filemap_populate);

/*
* This is for filesystems which do not implement ->writepage.
Expand Down

0 comments on commit 7c82b3b

Please sign in to comment.