xfs: Remove the macro XFS_BUF_ERROR and family
[deliverable/linux.git] / fs / xfs / xfs_rtalloc.c
index 8f76fdff4f4688484fac811a23f97cf23f91d23a..cb8132cb37eacfae9fb2022d540ec9999b4fae26 100644 (file)
@@ -883,7 +883,7 @@ xfs_rtbuf_get(
        if (error) {
                return error;
        }
-       ASSERT(bp && !XFS_BUF_GETERROR(bp));
+       ASSERT(!xfs_buf_geterror(bp));
        *bpp = bp;
        return 0;
 }
This page took 0.053572 seconds and 5 git commands to generate.