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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2DC0ECAAD1 for ; Thu, 1 Sep 2022 11:43:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232404AbiIALnW (ORCPT ); Thu, 1 Sep 2022 07:43:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232065AbiIALnV (ORCPT ); Thu, 1 Sep 2022 07:43:21 -0400 Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99E9F132ECD for ; Thu, 1 Sep 2022 04:43:15 -0700 (PDT) Received: by mail-wm1-x32c.google.com with SMTP id n23-20020a7bc5d7000000b003a62f19b453so1196032wmk.3 for ; Thu, 01 Sep 2022 04:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cloudflare.com; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=bbJQltWPn0a278ieY2senRHzgqz4m0om06hRCaDVLg4=; b=H83xMQLKTiAv1yh7u9VA/5fIuK+BNYHJjOC3SKcH3LOLBUBQKi+ax9Atj9WzORcTmu mAua3KEGWQGxeW3NHb8peiLR6YVYGXqbf0lKG2uFQwoCGnechIBYcc8HSB8C0vf6i/bP zrsMummDvxB7GYiJKwG7bfeIaujopfH2r9Kao= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=bbJQltWPn0a278ieY2senRHzgqz4m0om06hRCaDVLg4=; b=8EKs8YlDt/QuBKCawQEqbfBVn8a7o7386zSapskJ4RayJgJtk7tuQM35+0JsZbimvq jeF3uxYPzJPR9prHCOTYqbFJ5+xBSWGE7R4Gw1JGImQF+v6IL95VhR+LB/YYy8x9aXv0 pwdU2f7xYyrIf23UzJgQa9x/A5CVAhdt6hTWHEPAbioZfgxzfm26hMpZeaKCU1xzzpzX sqLzS5mHUy2FUDr0ibiiX4AAunGIjTNqOxtX76Tg9vBqmaNNcWIe0o7VXRkNc+tlWqE5 MsMyHBH1xrt2X29olvp6MVy3y17OqEm3dqCFmZhannIg5iTcSoPvl/33IVeiqbEnKnKb p0/Q== X-Gm-Message-State: ACgBeo1wQ4qvXJtwvRCJbEuCHiBkyN5iHREnfT9QMQj6MrqAHPzCDJqu 0irC1PPy/rqDuuVfPs25RUQFFtBUCZkI+OTQDRYEuw== X-Google-Smtp-Source: AA6agR4XuvhnjNg3AZqmNIK3SE7luAS7kPckpXPKtF78zyoDJNRkkgzbjqqbN4Q4Ixv7oyVIblA4WM6HughNbgGs+qU= X-Received: by 2002:a05:600c:22cd:b0:3a6:7b62:3778 with SMTP id 13-20020a05600c22cd00b003a67b623778mr4992100wmg.45.1662032594129; Thu, 01 Sep 2022 04:43:14 -0700 (PDT) MIME-Version: 1.0 References: <20220901054854.2449416-1-amir73il@gmail.com> <20220901054854.2449416-7-amir73il@gmail.com> In-Reply-To: From: Frank Hofmann Date: Thu, 1 Sep 2022 12:43:03 +0100 Message-ID: Subject: Re: [PATCH 5.10 v2 6/7] xfs: reorder iunlink remove operation in xfs_ifree To: Amir Goldstein Cc: Greg Kroah-Hartman , Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Luis Chamberlain , Adam Manzanares , linux-xfs , stable , Dave Chinner , "Darrick J . Wong" , Dave Chinner Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Thu, Sep 1, 2022 at 10:30 AM Amir Goldstein wrote: > > On Thu, Sep 1, 2022 at 12:04 PM Frank Hofmann wrote: > > > > On Thu, Sep 1, 2022 at 6:49 AM Amir Goldstein wrote: > > > > > > From: Dave Chinner > > > > > > commit 9a5280b312e2e7898b6397b2ca3cfd03f67d7be1 upstream. > > > > > > [backport for 5.10.y] > > > > Hi Amir, hi Dave, > > > > I've got no objections to backporting this change at all. We've been > > using the patch on our internal 5.15 tracker branch happily for > > several months now. > > > > Would like to highlight though that it's currently not yet merged in > > linux-stable 5.15 branch either (it's in 5.19 and mainline alright). > > If this gets queued for 5.10 then maybe it also should be for 5.15 ? > > > > Hi Frank, > > Quoting from my cover letter: > > Patches 6-7 in this 5.10.y update have not been applied to 5.15.y yet. > I pointed Leah's attention to these patches and she said she will > include them in a following 5.15.y update. > > Thanks, > Amir. Apologies missing that one ... I've only been directly cc:'ed on 6/7 though. In any case, for 6/7, whether applied to 5.10.y or 5.15.y, Acked-by: Frank Hofmann And yes, I hope to see it show up in both LTS branches. FrankH.