]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - scrub/phase3.c
misc: convert xfrog_bulkstat functions to have v5 semantics
[thirdparty/xfsprogs-dev.git] / scrub / phase3.c
index 81c64cd199531d08bbb7a653b8aa852d10e8374c..a32d1cedebeddbdb7e7a3235c9ed1f982699c6d8 100644 (file)
@@ -30,7 +30,7 @@ xfs_scrub_fd(
        struct scrub_ctx        *ctx,
        bool                    (*fn)(struct scrub_ctx *ctx, uint64_t ino,
                                      uint32_t gen, struct xfs_action_list *a),
-       struct xfs_bstat        *bs,
+       struct xfs_bulkstat     *bs,
        struct xfs_action_list  *alist)
 {
        return fn(ctx, bs->bs_ino, bs->bs_gen, alist);
@@ -45,7 +45,7 @@ struct scrub_inode_ctx {
 static void
 xfs_scrub_inode_vfs_error(
        struct scrub_ctx        *ctx,
-       struct xfs_bstat        *bstat)
+       struct xfs_bulkstat     *bstat)
 {
        char                    descr[DESCR_BUFSZ];
        xfs_agnumber_t          agno;
@@ -65,7 +65,7 @@ static int
 xfs_scrub_inode(
        struct scrub_ctx        *ctx,
        struct xfs_handle       *handle,
-       struct xfs_bstat        *bstat,
+       struct xfs_bulkstat     *bstat,
        void                    *arg)
 {
        struct xfs_action_list  alist;