Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755055Ab3HBDJ6 (ORCPT ); Thu, 1 Aug 2013 23:09:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60516 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753019Ab3HBDJ4 (ORCPT ); Thu, 1 Aug 2013 23:09:56 -0400 Date: Fri, 2 Aug 2013 11:11:11 +0800 From: Greg Kroah-Hartman To: Xiong Zhou Cc: "devel@driverdev.osuosl.org" , Paul Bolle , Jiri Kosina , Peng Tao , Linux Kernel Mailing List , Andreas Dilger Subject: Re: [PATCH v2] staging/lustre: lloop depends on BLOCK Message-ID: <20130802031111.GA2329@kroah.com> References: <20130801004149.GA30696@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2146 Lines: 60 On Fri, Aug 02, 2013 at 10:20:28AM +0800, Xiong Zhou wrote: > > > On Wed, 31 Jul 2013, Greg Kroah-Hartman wrote: > > > On Wed, Jul 31, 2013 at 10:30:41AM +0800, Xiong Zhou wrote: > > > From: Xiong Zhou > > > > > > First version of this patch makes LUSTRE_FS depends on BLOCK. Second > > > version makes only lloop depends on BLOCK with a config option for this > > > dependence, and remove unnecessary jdb header files which depends on > > > BLOCK. > > > > > > This version removes the wrapper ll_unregister_blkdev which depends on > > > BLOCK in header and just call unregister_blkdev in lloop.c based on Peng > > > Tao's comment. > > > > This isn't all needed in the patch changelog info, just say what it > > does. > > > > Also, it doesn't apply for some reason, care to refresh this against my > > latest tree and resend? > > > > thanks, > > > > greg k-h > > > > OK, this patch is based on the staging-next branch of your staging tree. > > > From: Xiong Zhou > > Add a config option for llite/lloop in lustre driver, making it > depends on BLOCK to fix this better: > drivers/staging/lustre/lustre/fid/../include/linux/lustre_compat25.h:117:2: > error: implicit declaration of function ‘unregister_blkdev’ > > Also, remove the wrapper ll_unregister_blkdev which depends on BLOCK in > the header and just call unregister_blkdev in lloop.c based on Peng Tao's > comment. Drop the redundant dependency on STAGING for LUSTRE_FS, remove > some unnecessary jdb header files which depends on BLOCK btw. > > Signed-off-by: Xiong Zhou > Reviewed-by: Peng Tao Please resend this so I don't have to edit the body of the email, and the Subject: line as well. Also, you have a bunch of trailing whitespace in your changelog comments, are you sure you want/need that? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/