From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:45943 "EHLO wout2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726419AbeHGP3B (ORCPT ); Tue, 7 Aug 2018 11:29:01 -0400 Date: Tue, 7 Aug 2018 15:14:39 +0200 From: Greg KH To: Benjamin Gilbert Cc: stable@vger.kernel.org Subject: Re: [PATCH] ext4: fix false negatives *and* false positives in ext4_check_descriptors() Message-ID: <20180807131439.GA1904@kroah.com> References: <20180802041900.16229-1-bgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180802041900.16229-1-bgilbert@redhat.com> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Aug 02, 2018 at 12:19:00AM -0400, Benjamin Gilbert wrote: > Fix trivial conflict that caused the original commit to bounce from 4.4, > 4.9, and 4.14. Now applied, thanks. greg k-h