From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:44782 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751043AbbLLGpw (ORCPT ); Sat, 12 Dec 2015 01:45:52 -0500 To: stable , Greg Kroah-Hartman , Theodore Ts'o From: Guenter Roeck Subject: Build errors in v4.2-stable-queue due to 'ext4 crypto: fix bugs in ext4_encrypted_zeroout()' Message-ID: <566BC29C.4050401@roeck-us.net> Date: Fri, 11 Dec 2015 22:45:48 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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. Copying Ted. Guenter