From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: Re: [PATCH 09/10] IB: remove the struct ib_phys_buf definition Date: Sun, 20 Dec 2015 09:37:38 +0200 Message-ID: <56765AC2.2010104@mellanox.com> References: <1450446906-10336-1-git-send-email-hch@lst.de> <1450446906-10336-10-git-send-email-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450446906-10336-10-git-send-email-hch-jcswGhMUV9g@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Christoph Hellwig Cc: Doug Ledford , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org On 12/18/2015 3:55 PM, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig > Reviewed-by: Sagi Grimberg > Reviewed-by: Jason Gunthorpe [core] > Reviewed-by: Steve Wise Here, too, please avoid empty change logs to IB core patches. Or. > --- > include/rdma/ib_verbs.h | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h > index ea093ee..284916d 100644 > --- a/include/rdma/ib_verbs.h > +++ b/include/rdma/ib_verbs.h > @@ -1143,11 +1143,6 @@ enum ib_access_flags { > IB_ACCESS_ON_DEMAND = (1<<6), > }; > > -struct ib_phys_buf { > - u64 addr; > - u64 size; > -}; > - > /* > * XXX: these are apparently used for ->rereg_user_mr, no idea why they > * are hidden here instead of a uapi header! -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html