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 16C97C433F5 for ; Wed, 8 Dec 2021 15:41:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236218AbhLHPpZ (ORCPT ); Wed, 8 Dec 2021 10:45:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232005AbhLHPpY (ORCPT ); Wed, 8 Dec 2021 10:45:24 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8FE9AC061746; Wed, 8 Dec 2021 07:41:52 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id D7D98CE1FAC; Wed, 8 Dec 2021 15:41:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8349FC00446; Wed, 8 Dec 2021 15:41:48 +0000 (UTC) Date: Wed, 8 Dec 2021 10:41:47 -0500 From: Steven Rostedt To: Christian Brauner Cc: LKML , linux-fsdevel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH] tracefs: Use d_inode() helper function to get the dentry inode Message-ID: <20211208104147.1428cf22@gandalf.local.home> In-Reply-To: <20211208153309.egtqqql75czhc5ms@wittgenstein> References: <20211208103052.706253b4@gandalf.local.home> <20211208153309.egtqqql75czhc5ms@wittgenstein> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 8 Dec 2021 16:33:09 +0100 Christian Brauner wrote: > It's honestly not that big of a deal but yeah, looks good! :) That's why I didn't add a Fixes tag ;-) > Acked-by: Christian Brauner Thanks! -- Steve