Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76065
b: refs/heads/master
c: b7fe2e3
h: refs/heads/master
i:
  76063: cc6e726
v: v3
  • Loading branch information
Steven Whitehouse committed Jan 25, 2008
1 parent e567d1c commit 426c657
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: 3e5cd0877e6d2f059dc36b8206cb7e93938151db
refs/heads/master: b7fe2e391ee7b711d6dfd6a694d60c4f21113cbb
1 change: 1 addition & 0 deletions trunk/fs/gfs2/ops_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ static int gfs2_page_mkwrite(struct vm_area_struct *vma, struct page *page)
last_index = ip->i_inode.i_size >> PAGE_CACHE_SHIFT;
if (page->index > last_index)
goto out_unlock_page;
ret = 0;
if (!PageUptodate(page) || page->mapping != ip->i_inode.i_mapping)
goto out_unlock_page;
if (gfs2_is_stuffed(ip)) {
Expand Down

0 comments on commit 426c657

Please sign in to comment.