Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349352
b: refs/heads/master
c: 65e3aa7
h: refs/heads/master
v: v3
  • Loading branch information
Torsten Kaiser authored and Ben Myers committed Jan 28, 2013
1 parent e42f36c commit 30ef98f
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: 4b05d09c18d9aa62d2e7fb4b057f54e5a38963f5
refs/heads/master: 65e3aa77f1b0269720660a6879f6f28d158f54c8
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 30ef98f

Please sign in to comment.