Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309973
b: refs/heads/master
c: 5e44f8c
h: refs/heads/master
i:
  309971: 027bf71
v: v3
  • Loading branch information
Hugh Dickins authored and Theodore Ts'o committed Jun 1, 2012
1 parent fb962c5 commit 6892f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: b2f4edb335f23626225a792e0669d1becf68312f
refs/heads/master: 5e44f8c374dc4f8eadf61cd18b2c0d46bc87c1b7
4 changes: 2 additions & 2 deletions trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -4789,8 +4789,8 @@ int ext4_ext_punch_hole(struct file *file, loff_t offset, loff_t length)

/* Now release the pages */
if (last_page_offset > first_page_offset) {
truncate_inode_pages_range(mapping, first_page_offset,
last_page_offset-1);
truncate_pagecache_range(inode, first_page_offset,
last_page_offset - 1);
}

/* finish any pending end_io work */
Expand Down

0 comments on commit 6892f1d

Please sign in to comment.