On 02-May-19 20:55, Jason Gunthorpe wrote: > On Wed, May 01, 2019 at 01:48:22PM +0300, Gal Pressman wrote: >> +#define EFA_AENQ_ENABLED_GROUPS \ >> + (BIT(EFA_ADMIN_FATAL_ERROR) | BIT(EFA_ADMIN_WARNING) | \ >> + BIT(EFA_ADMIN_NOTIFICATION) | BIT(EFA_ADMIN_KEEP_ALIVE)) >> + >> +struct efa_mmap_entry { >> + struct list_head list; > > This list is never used Thanks, it's a leftover from when we moved to xarray, this line can be removed.