]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
lib: replace aiocb_t with struct aiocb
authorEric Sandeen <sandeen@redhat.com>
Mon, 10 Mar 2025 18:29:07 +0000 (13:29 -0500)
committerZorro Lang <zlang@kernel.org>
Tue, 11 Mar 2025 20:04:12 +0000 (04:04 +0800)
commit6f8f12aa482a632d6506e4340e82215197b253a8
treeaccb4b209575a0f8f6ca993573ae81fb747d7c3a
parentff3c15c034a9d4dbb3716a494184980edc39e424
lib: replace aiocb_t with struct aiocb

aiocb_t isn't defined anywhere, use struct aiocb instead,
to make sparse happy.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
lib/tlibio.c