Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753988AbbHLFAm (ORCPT ); Wed, 12 Aug 2015 01:00:42 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:33696 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751766AbbHLFAl (ORCPT ); Wed, 12 Aug 2015 01:00:41 -0400 Date: Wed, 12 Aug 2015 10:30:27 +0530 From: Sudip Mukherjee To: Swee Hua Law Cc: andreas.dilger@intel.com, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, hamohammed.sa@gmail.com, linux-kernel@vger.kernel.org, HPDD-discuss@ml01.01.org, Julia.Lawall@lip6.fr, viro@zeniv.linux.org.uk Subject: Re: [PATCH 2/3] staging: lustre: Add blank line after variable declaration Message-ID: <20150812050027.GA23011@sudip-pc> References: <1439299951-2012-1-git-send-email-sweehua81@gmail.com> <1439299951-2012-3-git-send-email-sweehua81@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439299951-2012-3-git-send-email-sweehua81@gmail.com> 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: 1170 Lines: 33 On Tue, Aug 11, 2015 at 09:32:30PM +0800, Swee Hua Law wrote: > Add blank line after variable declaration > > Signed-off-by: Swee Hua Law > --- > drivers/staging/lustre/lustre/llite/lloop.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/staging/lustre/lustre/llite/lloop.c b/drivers/staging/lustre/lustre/llite/lloop.c > index b643f11..de5eaa0 100644 > --- a/drivers/staging/lustre/lustre/llite/lloop.c > +++ b/drivers/staging/lustre/lustre/llite/lloop.c > @@ -372,9 +372,11 @@ err: > static inline void loop_handle_bio(struct lloop_device *lo, struct bio *bio) > { > int ret; > + > ret = do_bio_lustrebacked(lo, bio); > while (bio) { > struct bio *tmp = bio->bi_next; > + > bio->bi_next = NULL; > bio_endio(bio); This patch will not apply. I am not sure how your tree got bio_endio(bio) but in the staging tree this line is bio_endio(bio, ret); regards sudip -- 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/