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 CA692E732FE for ; Thu, 28 Sep 2023 17:21:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231684AbjI1RVT (ORCPT ); Thu, 28 Sep 2023 13:21:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230251AbjI1RVQ (ORCPT ); Thu, 28 Sep 2023 13:21:16 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C738195; Thu, 28 Sep 2023 10:21:14 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 6690C1F88F; Thu, 28 Sep 2023 17:21:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695921673; h=from:from:reply-to: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=exyewe4TxMpZpDkKoLoAZkvpDFhEoO/g/vJ7pUTs+CU=; b=PKuxKWn9A0et8/KvsF5HPT2FI1Rbr1Z5Bg9wxUPeZY0oAQWXW38sxwQA7awXUuVogfP+/t ky0vHeo3G13DdBhl3e6frM/2Dt7CiAeU/oJY6Z7QSeGD5B3iQSKQ+j8e1sPa4pcGqNuHtD ce9IyIJjgGMKZ5WtSZYjsDYeeWeGAxo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695921673; h=from:from:reply-to: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=exyewe4TxMpZpDkKoLoAZkvpDFhEoO/g/vJ7pUTs+CU=; b=a0kbyc/IL9VrRTRqywAe7mMtD0+LhW9nvp2abeMpOGhSJmfEmBQ6pxZB1RRUygk0rMQ/An 5Zmg5EXcCWPLKABg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id F0991138E9; Thu, 28 Sep 2023 17:21:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id n8KuNwi2FWUTZAAAMHmgww (envelope-from ); Thu, 28 Sep 2023 17:21:12 +0000 Received: from localhost (brahms.olymp [local]) by brahms.olymp (OpenSMTPD) with ESMTPA id 0b14508c; Thu, 28 Sep 2023 17:21:12 +0000 (UTC) From: =?utf-8?Q?Lu=C3=ADs_Henriques?= To: Christian Brauner Cc: Mateusz Guzik , Alexander Viro , David Howells , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fs: fix possible extra iput() in do_unlinkat() In-Reply-To: <20230928-erhoben-nennung-cc3e250c8667@brauner> (Christian Brauner's message of "Thu, 28 Sep 2023 18:19:23 +0200") References: <20230928131129.14961-1-lhenriques@suse.de> <20230928134513.l2y3eknt2hfq3qgx@f> <878r8q1gn3.fsf@suse.de> <20230928-erhoben-nennung-cc3e250c8667@brauner> Date: Thu, 28 Sep 2023 18:21:12 +0100 Message-ID: <874jje1aev.fsf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christian Brauner writes: >> OK, I'll rephrase the commit message for v2 so that it's clear it's not > > I've already applied your first pach and massaged your commit message. > Authorship and all is retained. No need to resend. Awesome, thanks! > Probably got lost because git send-email scrambled your mail address. Hmm... yeah, I should probably drop non-ascii chars from my email address. Cheers, --=20 Lu=C3=ADs