From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:32790 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751901AbbLLTnv (ORCPT ); Sat, 12 Dec 2015 14:43:51 -0500 Date: Sat, 12 Dec 2015 11:41:48 -0800 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable , Theodore Ts'o Subject: Re: Build errors in v4.2-stable-queue due to 'ext4 crypto: fix bugs in ext4_encrypted_zeroout()' Message-ID: <20151212194148.GA8396@kroah.com> References: <566BC29C.4050401@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <566BC29C.4050401@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Dec 11, 2015 at 10:45:48PM -0800, Guenter Roeck wrote: > fs/ext4/crypto.c: In function 'ext4_encrypted_zeroout': > fs/ext4/crypto.c:459:24: error: 'struct bio' has no member named 'bi_error' > if ((err == 0) && bio->bi_error) > > Various architectures are affected. > > Culprit is 'ext4 crypto: fix bugs in ext4_encrypted_zeroout()'. > Guess it either needs a backport or more patches. Thanks, I've now dropped that patch from the queues. greg k-h