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 AE3C5C4332F for ; Tue, 24 May 2022 09:51:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235894AbiEXJvN (ORCPT ); Tue, 24 May 2022 05:51:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235896AbiEXJvK (ORCPT ); Tue, 24 May 2022 05:51:10 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2FF26642D for ; Tue, 24 May 2022 02:51:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1653385867; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HROxCg3THyAWJg+stBN26H1YCc49DJ6h7IjqQesEu3w=; b=d5S1PqZE2PsAmxmE+QKoUpaO3U1yDdyBdtEvrsr66oLzUM7lWvOBMexNAh0nDiI3VjoD46 m/Jdrsopj2TG9QI2rqSqJI/npv0GR1mWe7OvKgKQ7LY0RZ3SvpCGPp38KG9PSP9E7qDXuW t2FMnKX1TbgpkpQcyxa7Yt2ZwXWUl68= Received: from mail-pf1-f197.google.com (mail-pf1-f197.google.com [209.85.210.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-494-dzwx2lefNMemU-wP9qErDw-1; Tue, 24 May 2022 05:51:06 -0400 X-MC-Unique: dzwx2lefNMemU-wP9qErDw-1 Received: by mail-pf1-f197.google.com with SMTP id z24-20020a056a001d9800b0051868682940so4538311pfw.1 for ; Tue, 24 May 2022 02:51:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=HROxCg3THyAWJg+stBN26H1YCc49DJ6h7IjqQesEu3w=; b=A9x2lox51hLK07bzxnIlSIUSxT6XWUtx2XYOgJeRTaXGy4sASffgMj089MqPwWOxjR it0NKYbP/Sw0GWnRBnRwrLfYeYM5DnMyJjj/w8/Ioild31Ejrm6ClnpLrfIu4azfarKH 2oiEPtYr49wHyBcEIfYfsWkbvGmu4H9lcBquIeKdUPx6zxxKVZv+rd+QLlsT9sebCFNY DAlL32QnzSG5IPwxwr0ae1b5E57hZfouvJKgiWFFLUwEfHj2+QM98M+Lb+fHfXUUySny WoWVHFkRGd2GaKLJ1j+aAcIzFIH/kc/TuilUhf+2Jgpm/WgqwYaRNvFDPuG+ey3PgLQU HYSQ== X-Gm-Message-State: AOAM530bt0GYusImdznS5ANagT39IRsUOQVEfhyuBX7Kw4bsPWoc7zgM YV0necj+Q0Uf18kpb1nJmdWCfePPXXDZDuYLgqrnkzVZQz9kGvL2ItoK0zTblzAJZTZuyiVGAKz Eh3WYl8nxLWn5htbmBwuAkQ== X-Received: by 2002:a17:90a:c682:b0:1df:c4a8:5db6 with SMTP id n2-20020a17090ac68200b001dfc4a85db6mr3684399pjt.43.1653385865314; Tue, 24 May 2022 02:51:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxdBOH+gVDMrgyZ041wJ5jZ+2lLXtmmTzIxw/fZE8mPGpSF9hC5I1Teh6Xt19AWnXqr7+s+0w== X-Received: by 2002:a17:90a:c682:b0:1df:c4a8:5db6 with SMTP id n2-20020a17090ac68200b001dfc4a85db6mr3684372pjt.43.1653385865116; Tue, 24 May 2022 02:51:05 -0700 (PDT) Received: from [10.72.12.81] ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id z12-20020a17090a7b8c00b001df2f8f0a45sm1308834pjc.1.2022.05.24.02.50.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 24 May 2022 02:51:04 -0700 (PDT) Subject: Re: [PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context To: Jeff Layton , David Howells Cc: keescook@chromium.org, Jonathan Corbet , Eric Van Hensbergen , Latchesar Ionkov , Dominique Martinet , Christian Schoenebeck , Marc Dionne , Ilya Dryomov , Steve French , William Kucharski , "Matthew Wilcox (Oracle)" , linux-doc@vger.kernel.org, v9fs-developer@lists.sourceforge.net, linux-afs@lists.infradead.org, ceph-devel@vger.kernel.org, linux-cifs@vger.kernel.org, samba-technical@lists.samba.org, linux-fsdevel@vger.kernel.org, linux-hardening@vger.kernel.org, linux-kernel@vger.kernel.org References: <1b5daa4695b62795b617049e32c784052deabad4.camel@kernel.org> <165305805651.4094995.7763502506786714216.stgit@warthog.procyon.org.uk> <658391.1653302817@warthog.procyon.org.uk> From: Xiubo Li Message-ID: <9945711f-c786-2300-9854-ee7734024a2c@redhat.com> Date: Tue, 24 May 2022 17:50:54 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org On 5/23/22 7:05 PM, Jeff Layton wrote: > On Mon, 2022-05-23 at 11:46 +0100, David Howells wrote: >> Jeff Layton wrote: >> >>> Note that there are some conflicts between this patch and some of the >>> patches in the current ceph-client/testing branch. Depending on the >>> order of merge, one or the other will need to be fixed. >> Do you think it could be taken through the ceph tree? >> >> David >> > Since this touches a lot of non-ceph code, it may be best to just plan > to merge it ASAP, and we'll just base our merge branch on top of it. > > Ilya/Xiubo, do you have an opinion here? > Yeah, agree with Jeff.