]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/xfs_attr_remote.c
xfs: make xfs_buf_incore out of line
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_attr_remote.c
index e75a46613b5d093dad79da66d40e37227e0f459e..f80b6c9548ec09dc42d3e0abc7e1f3ae3bbad339 100644 (file)
@@ -615,7 +615,7 @@ xfs_attr_rmtval_remove(
                /*
                 * If the "remote" value is in the cache, remove it.
                 */
-               bp = xfs_incore(mp->m_ddev_targp, dblkno, dblkcnt, XBF_TRYLOCK);
+               bp = xfs_buf_incore(mp->m_ddev_targp, dblkno, dblkcnt, XBF_TRYLOCK);
                if (bp) {
                        xfs_buf_stale(bp);
                        xfs_buf_relse(bp);