Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14688
b: refs/heads/master
c: 6b2cf61
h: refs/heads/master
v: v3
  • Loading branch information
Felix Blyakher authored and Nathan Scott committed Nov 25, 2005
1 parent 37eaedc commit 2ace30b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a4656391b76ed93faed724c5963f033164ee477e
refs/heads/master: 6b2cf618cc8445a03640d1e5e36829352e297017
5 changes: 3 additions & 2 deletions trunk/fs/xfs/xfs_vnodeops.c
Original file line number Diff line number Diff line change
Expand Up @@ -3958,8 +3958,9 @@ xfs_finish_reclaim_all(xfs_mount_t *mp, int noblock)
}
}
XFS_MOUNT_IUNLOCK(mp);
xfs_finish_reclaim(ip, noblock,
XFS_IFLUSH_DELWRI_ELSE_ASYNC);
if (xfs_finish_reclaim(ip, noblock,
XFS_IFLUSH_DELWRI_ELSE_ASYNC))
delay(1);
purged = 1;
break;
}
Expand Down

0 comments on commit 2ace30b

Please sign in to comment.