Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155432
b: refs/heads/master
c: f4a0101
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 6, 2009
1 parent f2630f2 commit 77e0896
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b574480507460b8e31b8d38dd4642219fc3b9a10
refs/heads/master: f4a01017d678fe4baecf480e79d7c4f4b7ebc772
3 changes: 2 additions & 1 deletion trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3583,7 +3583,8 @@ int ext4_block_truncate_page(handle_t *handle,
struct page *page;
int err = 0;

page = grab_cache_page(mapping, from >> PAGE_CACHE_SHIFT);
page = find_or_create_page(mapping, from >> PAGE_CACHE_SHIFT,
mapping_gfp_mask(mapping) & ~__GFP_FS);
if (!page)
return -EINVAL;

Expand Down

0 comments on commit 77e0896

Please sign in to comment.