Re: [PATCH] rds: ib: force endiannes annotation

From: Christoph Hellwig
Date: Mon Apr 29 2019 - 08:21:50 EST


On Mon, Apr 29, 2019 at 01:18:36PM +0200, Nicholas Mc Guire wrote:
> changing uncongested to __le64 is not an option here - it would only move
> the sparse warnings to those other locatoins where the ports that
> became uncongested are being or'ed into uncongested.

Than fix that a well. Either by throwing in a conversion, or
add {be,le}XX_{and,or} helpers.