Re: [PATCH v2] t10-pi: reduce ref tag code duplication
From: Christoph Hellwig
Date: Thu Apr 16 2026 - 01:19:07 EST
On Wed, Apr 15, 2026 at 03:08:47PM -0600, Caleb Sander Mateos wrote:
> #ifndef _LINUX_T10_PI_H
> #define _LINUX_T10_PI_H
>
> #include <linux/types.h>
> #include <linux/blk-mq.h>
> +#include <linux/wordpart.h>
We must have already gotten this implicitly given that the code
already uses lower_48_bits.
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>