Re: [PATCH V2] rds: ib: force endiannes annotation
From: David Miller <davem@davemloft.net>
Date: 2019-05-01 21:16:00
Also in:
linux-rdma, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-05-01 21:16:00
Also in:
linux-rdma, lkml
From: Nicholas Mc Guire <redacted> Date: Tue, 30 Apr 2019 05:12:57 +0200
While the endiannes is being handled correctly as indicated by the comment above the offending line - sparse was unhappy with the missing annotation as be64_to_cpu() expects a __be64 argument. To mitigate this annotation all involved variables are changed to a consistent __le64 and the conversion to uint64_t delayed to the call to rds_cong_map_updated(). Signed-off-by: Nicholas Mc Guire <redacted>
Applied.