diff options
Diffstat (limited to 'fs/xfs/xfs_inode_item.c')
-rw-r--r-- | fs/xfs/xfs_inode_item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode_item.c b/fs/xfs/xfs_inode_item.c index f38855d21ea5..6194fb5d3777 100644 --- a/fs/xfs/xfs_inode_item.c +++ b/fs/xfs/xfs_inode_item.c | |||
@@ -785,7 +785,7 @@ xfs_inode_item_pushbuf( | |||
785 | 785 | ||
786 | mp = ip->i_mount; | 786 | mp = ip->i_mount; |
787 | bp = xfs_incore(mp->m_ddev_targp, iip->ili_format.ilf_blkno, | 787 | bp = xfs_incore(mp->m_ddev_targp, iip->ili_format.ilf_blkno, |
788 | iip->ili_format.ilf_len, XFS_INCORE_TRYLOCK); | 788 | iip->ili_format.ilf_len, XBF_TRYLOCK); |
789 | 789 | ||
790 | if (bp != NULL) { | 790 | if (bp != NULL) { |
791 | if (XFS_BUF_ISDELAYWRITE(bp)) { | 791 | if (XFS_BUF_ISDELAYWRITE(bp)) { |