Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352926
b: refs/heads/master
c: 2729423
h: refs/heads/master
v: v3
  • Loading branch information
Torsten Kaiser authored and Ben Myers committed Jan 28, 2013
1 parent 0110443 commit 03c382a
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: ced55f38d6bde7c10a14ea51c2edcd51a98575e3
refs/heads/master: 2729423cf2ef3ac51d040f24a5ddd84c1b2acc70
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_dfrag.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ xfs_swap_extents(
goto out_unlock;
}

error = -filemap_write_and_wait(VFS_I(ip)->i_mapping);
error = -filemap_write_and_wait(VFS_I(tip)->i_mapping);
if (error)
goto out_unlock;
truncate_pagecache_range(VFS_I(ip), 0, -1);
truncate_pagecache_range(VFS_I(tip), 0, -1);

/* Verify O_DIRECT for ftmp */
if (VN_CACHED(VFS_I(tip)) != 0) {
Expand Down

0 comments on commit 03c382a

Please sign in to comment.