[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y+uH0k0OBzPip1P8@ziepe.ca>
Date: Tue, 14 Feb 2023 09:08:34 -0400
From: Jason Gunthorpe <jgg@...pe.ca>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: Leon Romanovsky <leon@...nel.org>, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-rdma@...r.kernel.org
Subject: Re: [PATCH] RDMA/restrack: Reorder fields in 'struct
rdma_restrack_entry'
On Tue, Feb 14, 2023 at 01:53:52PM +0100, Christophe JAILLET wrote:
> diff --git a/include/rdma/restrack.h b/include/rdma/restrack.h
> index 8b7c46daeb07..da53fefe6f9e 100644
> --- a/include/rdma/restrack.h
> +++ b/include/rdma/restrack.h
> @@ -80,6 +80,10 @@ struct rdma_restrack_entry {
> * query stage.
> */
> u8 no_track : 1;
> + /**
> + * @user: user resource
> + */
> + bool user;
Can we combine this into the bitfield above?
Jason
Powered by blists - more mailing lists