xfs: remove duplicate buffer flags
[deliverable/linux.git] / fs / xfs / xfs_inode_item.c
index f38855d21ea5a87cd8aa83304f9b8644f2cbfe6a..6194fb5d3777f7e9d1eb2cfa8b6e20e62084d297 100644 (file)
@@ -785,7 +785,7 @@ xfs_inode_item_pushbuf(
 
        mp = ip->i_mount;
        bp = xfs_incore(mp->m_ddev_targp, iip->ili_format.ilf_blkno,
-                   iip->ili_format.ilf_len, XFS_INCORE_TRYLOCK);
+                   iip->ili_format.ilf_len, XBF_TRYLOCK);
 
        if (bp != NULL) {
                if (XFS_BUF_ISDELAYWRITE(bp)) {
This page took 0.023694 seconds and 5 git commands to generate.