]> Git Repo - linux.git/blobdiff - fs/xfs/xfs_filestream.c
xfs: clean up IRELE/iput callsites
[linux.git] / fs / xfs / xfs_filestream.c
index 56a3999cefae4fe1b445e87a0d6488265a4984d1..212173c62588f3264251537b710e16fc68f0f030 100644 (file)
@@ -340,7 +340,7 @@ xfs_filestream_lookup_ag(
        if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0))
                ag = NULLAGNUMBER;
 out:
-       IRELE(pip);
+       xfs_irele(pip);
        return ag;
 }
 
@@ -389,7 +389,7 @@ xfs_filestream_new_ag(
        if (mru)
                xfs_fstrm_free_func(mp, mru);
 
-       IRELE(pip);
+       xfs_irele(pip);
 exit:
        if (*agp == NULLAGNUMBER)
                *agp = 0;
This page took 0.041776 seconds and 4 git commands to generate.