From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] staging/lustre/o2iblnd: remove references to ib_reg_phsy_mr() Date: Tue, 18 Aug 2015 19:53:11 -0700 Message-ID: <20150819025311.GB4588@kroah.com> References: <20150819100536.5b4d1ae6@canb.auug.org.au> <1439946275-1595274-1-git-send-email-green@linuxhacker.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out3-smtp.messagingengine.com ([66.111.4.27]:56817 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751717AbbHSCxO (ORCPT ); Tue, 18 Aug 2015 22:53:14 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 23367204A8 for ; Tue, 18 Aug 2015 22:53:14 -0400 (EDT) Content-Disposition: inline In-Reply-To: <1439946275-1595274-1-git-send-email-green@linuxhacker.ru> Sender: linux-next-owner@vger.kernel.org List-ID: To: green@linuxhacker.ru Cc: Stephen Rothwell , Trond Myklebust , linux-next@vger.kernel.org, Linux Kernel Mailing List , Chuck Lever , Anna Schumaker , Andreas Dilger , HPDD-discuss@ml01.01.org, Amir Shehata , Oleg Drokin On Tue, Aug 18, 2015 at 09:04:35PM -0400, green@linuxhacker.ru wrote: > From: Oleg Drokin > > Removed references to ib_reg_phsy_mr() and PMR which was added > to deal with some Chelsio specific scenario, but no longer needed > now. > > Signed-off-by: Amir Shehata > Signed-off-by: Oleg Drokin > --- > This fixes a build failure in Lustre due to ib_reg_phys_mr being removed. You forgot a reported-by line :( I'll go add it...