]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
scrub: remove the unused io_disk field in struct read_verify
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Mar 2026 18:22:35 +0000 (11:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 9 Apr 2026 22:30:18 +0000 (15:30 -0700)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
scrub/read_verify.c

index 1219efe25901821dfe95620af6a76f45f756ddca..56df7a40d6c07abbaa34bdc587f59c38c138ba69 100644 (file)
@@ -51,7 +51,6 @@ rvp_io_max_size(void)
 
 struct read_verify {
        void                    *io_end_arg;
-       struct disk             *io_disk;
        uint64_t                io_start;       /* bytes */
        uint64_t                io_length;      /* bytes */
 };