Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177417
b: refs/heads/master
c: 2cfd30a
h: refs/heads/master
i:
  177415: f1ed561
v: v3
  • Loading branch information
Christoph Hellwig authored and Al Viro committed Dec 16, 2009
1 parent fdbcf98 commit 1aa69a0
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: 1e431f5ce78f3ae8254d725060288b78ff74f086
refs/heads/master: 2cfd30adf6130dab3fbb130eb5f7b1fd42a70e31
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7190,8 +7190,8 @@ int ocfs2_zero_range_for_truncate(struct inode *inode, handle_t *handle,
* wait on them - the truncate_inode_pages() call later will
* do that for us.
*/
ret = do_sync_mapping_range(inode->i_mapping, range_start,
range_end - 1, SYNC_FILE_RANGE_WRITE);
ret = filemap_fdatawrite_range(inode->i_mapping, range_start,
range_end - 1);
if (ret)
mlog_errno(ret);

Expand Down

0 comments on commit 1aa69a0

Please sign in to comment.