xfs: remove duplicate buffer flags
[deliverable/linux.git] / fs / xfs / xfs_alloc.c
index 8aa181d6dd7df53bf7222b64c68ea37f72264976..a27aeb7d9e7497d0bfba44269cdfa04e5c1a51c4 100644 (file)
@@ -2180,7 +2180,7 @@ xfs_alloc_read_agf(
        ASSERT(agno != NULLAGNUMBER);
 
        error = xfs_read_agf(mp, tp, agno,
-                       (flags & XFS_ALLOC_FLAG_TRYLOCK) ? XFS_BUF_TRYLOCK : 0,
+                       (flags & XFS_ALLOC_FLAG_TRYLOCK) ? XBF_TRYLOCK : 0,
                        bpp);
        if (error)
                return error;
This page took 0.024809 seconds and 5 git commands to generate.