On Fri, 2022-02-25 at 17:03 +0100, Christoph Hellwig wrote: > On Tue, Feb 22, 2022 at 08:31:37AM -0800, Keith Busch wrote: > > The NVMe protocol extended the data integrity fields with unaligned > > 48-bit reference tags. Provide some helper accessors in > > preparation for these. > > > > Reviewed-by: Hannes Reinecke <hare@xxxxxxx> > > Reviewed-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx> > > Acked-by: Arnd Bergmann <arnd@xxxxxxxx> > > Signed-off-by: Keith Busch <kbusch@xxxxxxxxxx> > > Looks good, > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Perhaps for completeness this should also add the le48 variants like the 24 bit accessors above this.