> Add a missing 16 bit reserved field between ap_status and info fields.
>
> Signed-off-by: Eli Cohen <[email protected]>
> ---
Thanks for catching this. Let's hope very few/no people are using APR in such
a way that fixing this bug will bite them.
> drivers/infiniband/core/cm_msgs.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/infiniband/core/cm_msgs.h
> b/drivers/infiniband/core/cm_msgs.h
> index 7e63c08..686ac1a 100644
> --- a/drivers/infiniband/core/cm_msgs.h
> +++ b/drivers/infiniband/core/cm_msgs.h
> @@ -771,6 +771,7 @@ struct cm_apr_msg {
>
> u8 info_length;
> u8 ap_status;
> + u16 rsvd;
For consistency with the rest of the file, please define this as __be16.
- Sean
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html