Re: [PATCH] scsi: pmcraid: Replace cpu_to_be64 + le64_to_cpu with swab64
From: Christoph Hellwig
Date: Wed Dec 10 2025 - 10:14:28 EST
On Wed, Dec 10, 2025 at 03:33:21PM +0100, Thorsten Blum wrote:
> Replace cpu_to_be64(le64_to_cpu()) with swab64() to simplify
> pmcraid_prepare_cancel_cmd().
How does this not break the __le64/__be64 annotation checking?