diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index 6a42f71d08aa..5e929f0e57f7 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1677,7 +1677,7 @@ xfs_buf_delwri_split( | |||
1677 | list_for_each_entry_safe(bp, n, dwq, b_list) { | 1677 | list_for_each_entry_safe(bp, n, dwq, b_list) { |
1678 | ASSERT(bp->b_flags & XBF_DELWRI); | 1678 | ASSERT(bp->b_flags & XBF_DELWRI); |
1679 | 1679 | ||
1680 | if (!XFS_BUF_ISPINNED(bp) && xfs_buf_trylock(bp)) { | 1680 | if (!xfs_buf_ispinned(bp) && xfs_buf_trylock(bp)) { |
1681 | if (!force && | 1681 | if (!force && |
1682 | time_before(jiffies, bp->b_queuetime + age)) { | 1682 | time_before(jiffies, bp->b_queuetime + age)) { |
1683 | xfs_buf_unlock(bp); | 1683 | xfs_buf_unlock(bp); |