Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65318
b: refs/heads/master
c: 745ad48
h: refs/heads/master
v: v3
  • Loading branch information
Yan Zheng authored and Linus Torvalds committed Oct 8, 2007
1 parent da71785 commit 473c7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd204d63cd11509081b41d7ab305fdc173382039
refs/heads/master: 745ad48e8cac47beec0b2f72dc3c64424bce1fec
1 change: 1 addition & 0 deletions trunk/mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,7 @@ int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
size = (i_size_read(inode) + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT;
if (unlikely(vmf->pgoff >= size)) {
unlock_page(page);
page_cache_release(page);
goto outside_data_content;
}

Expand Down

0 comments on commit 473c7e0

Please sign in to comment.