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 <sweehua81@xxxxxxxxx> > --- > 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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel