From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A8BAFA3728 for ; Wed, 16 Oct 2019 21:22:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 47D71218DE for ; Wed, 16 Oct 2019 21:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571260936; bh=6mK5YCbfjzFVY9oG95xIFjMmJYQk8hRst7Q+kvJXpAU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1a/IaMXjd7k+D1nyv+2qII2DMiOflerHiuXCf3SwWePZxLeF+180MQn17P57Hrp97 UOs/QRrG3JYjvhe6EhtLMMyD847TF1qhyQRkI/v7WagIEWELmjMuGW25IBTK6rOE6A a71N5j1eo78jygcEnrQah4Ps79f3uYM6VPmX8DNs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389501AbfJPVWQ (ORCPT ); Wed, 16 Oct 2019 17:22:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:37968 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729231AbfJPVWP (ORCPT ); Wed, 16 Oct 2019 17:22:15 -0400 Received: from localhost (li1825-44.members.linode.com [172.104.248.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F2E9820854; Wed, 16 Oct 2019 21:22:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571260934; bh=6mK5YCbfjzFVY9oG95xIFjMmJYQk8hRst7Q+kvJXpAU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HMeXROgjdnX2bl8YNmwdBqaG/ek87rVzBQjoF/LIJOubicX+HrsF8o2iQ6d3Yzoho 0r1qN0Qn4SNB+WeEvsNkHCU+QM2eBB++RYp0dWSmBxCUdvBfIGnFa3Nd5y5TxCwWuS 4vtUvm5p03xbGV5jA1q4ddl4vtZcRVPJppC36w8k= Date: Wed, 16 Oct 2019 14:22:09 -0700 From: Greg KH To: Ajay Kaher Cc: "dchinner@redhat.com" , "stable@vger.kernel.org" , Steven Rostedt , Srivatsa Bhat , "srivatsa@csail.mit.edu" , Alexey Makhalov , Srinidhi Rao , Vikash Bansal , Anish Swaminathan , Vasavi Sirnapalli , "Darrick J . Wong" Subject: Re: [4.9.y PATCH] xfs: clear sb->s_fs_info on mount failure Message-ID: <20191016212209.GE856391@kroah.com> References: <1569965031-30745-1-git-send-email-akaher@vmware.com> <20191008174758.GA3013565@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Oct 09, 2019 at 05:54:36PM +0000, Ajay Kaher wrote: > > > On 08/10/19, 11:18 PM, "Greg KH" wrote: > > > On Wed, Oct 02, 2019 at 02:53:51AM +0530, Ajay Kaher wrote: > > > From: Dave Chinner > > > > > > commit c9fbd7bbc23dbdd73364be4d045e5d3612cf6e82 upstream. > > > You have sent a 4.4.y and 4.9.y, but what about 4.14.y? I can't take > > this patch for the older kernels without a 4.14.y patch, sorry. We > > don't want anyone to upgrade and then hit a fixed bug. > > Sent for 4.14.y as well. Thanks for specifying about 4.14.y for this patch. Thanks for that, now queued up for all 3 trees. greg k-h