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 1CDF3C001B0 for ; Tue, 8 Aug 2023 20:36:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232460AbjHHUgF (ORCPT ); Tue, 8 Aug 2023 16:36:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230397AbjHHUfq (ORCPT ); Tue, 8 Aug 2023 16:35:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B864D5F850; Tue, 8 Aug 2023 10:07:05 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CDAAD62295; Tue, 8 Aug 2023 17:07:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74D10C433C7; Tue, 8 Aug 2023 17:07:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691514424; bh=KcSu63J+E+ZlhZNxwguVgo1Hd/r2+m/xtZgmoRqmCqU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R13vTjZxCC7WvaZTeyjJ5vozhI6s68r6NcOCv/Ev1Ahyg2dRyfxTkByz/s13IdNiZ 2iJS8IbxvbpGe4cjlCmx9oPepA7STNbpKyaELq5aF9VzC/L4ra7G+fTdtoE/4EguH+ EyAGOkoJEU38ySO2W7zrAGCPDxC2zyCQDo6ybOM14fmNDula1ZLoDjY1AyfEaim9yW fR4e0tETdKDTIQUfon2m9Zvfv4WkAbtICeNnGJda1oNtAK6IugGX7/YOvx7UXN9bQx ZT7HAb4u3e+8tGuBWUHU3ZaRbBcgVlQzMasHtm6JaOq9ibTfWhoi10owVAop6h8zdW rdlOE6MGqDagA== Date: Tue, 8 Aug 2023 19:06:59 +0200 From: Christian Brauner To: Linus Torvalds Cc: Mateusz Guzik , "Eric W. Biederman" , viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, oleg@redhat.com, Matthew Wilcox Subject: Re: [PATCH v2 (kindof)] fs: use __fput_sync in close(2) Message-ID: <20230808-eidesstattlich-bandbreite-0a02b6b3ec83@brauner> References: <20230806230627.1394689-1-mjguzik@gmail.com> <87o7jidqlg.fsf@email.froward.int.ebiederm.org> <20230808-eingaben-lumpen-e3d227386e23@brauner> <20230808-unsensibel-scham-c61a71622ae7@brauner> <20230808-lebst-vorgibt-75c3010b4e54@brauner> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Aug 08, 2023 at 10:05:20AM -0700, Linus Torvalds wrote: > On Tue, 8 Aug 2023 at 09:30, Christian Brauner wrote: > > > > At least make this really dumb and obvious and keep the ugliness to > > internal.h and open.c > > See the patch I just sent out. Yeah, I saw.